-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "pointer-frontend",
"version": "0.0.1",
"description": "The Vue client for my pointing poker application.",
"author": "Nathan Heffley <nathan@nathanheffley.com>",
"license": "MIT",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && netlify-lambda build src/functions",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"core-js": "^2.6.5",
"dotenv": "^8.1.0",
"netlify-lambda": "^1.6.3",
"pusher": "^3.0.0",
"pusher-js": "^5.0.2",
"register-service-worker": "^1.6.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-pwa": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
}
}