-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.25 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
38
39
40
41
42
43
44
45
46
{
"name": "nlws",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"test:ci": "vue-cli-service test:e2e --headless --record"
},
"dependencies": {
"confetti-js": "^0.0.13",
"lodash": "^4.17.13",
"normalize.css": "^8.0.0",
"pcg-random": "^1.0.0",
"pepjs": "^0.4.3",
"register-service-worker": "^1.0.0",
"vue": "^2.6.11",
"vue-analytics": "^5.16.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-typescript": "^3.0.2"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/cypress": "^1.1.3",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-e2e-cypress": "^4.0.0",
"@vue/cli-plugin-pwa": "^4.0.0",
"@vue/cli-plugin-typescript": "^4.0.0",
"@vue/cli-plugin-unit-mocha": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20",
"chai": "^4.1.2",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.6.11"
},
"resolutions": {
"cypress": "^4.4.0"
}
}