-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.76 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.76 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "survival-clicker2",
"version": "0.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:staging": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint",
"lint:check": "vue-cli-service lint --no-fix",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e --headless",
"test:src": "vue-cli-service test:unit 'src/**/*.spec.ts'"
},
"vuePlugins": {
"ui": [
"plugins/tests.js"
]
},
"dependencies": {
"@sentry/browser": "^4.6.6",
"decimal.js": "^10.2.0",
"localforage": "^1.7.3",
"lodash": "^4.17.11",
"rxjs": "^6.5.2",
"swarm-numberformat": "^0.4.0",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-i18n": "^8.12.0",
"vue-property-decorator": "^8.2.1",
"vue-router": "^3.0.7",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@babel/polyfill": "^7.4.4",
"@kazupon/vue-i18n-loader": "^0.3.0",
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.136",
"@types/mocha": "^5.2.7",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-e2e-cypress": "^3.8.0",
"@vue/cli-plugin-typescript": "^3.8.1",
"@vue/cli-plugin-unit-mocha": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-plugin-transform-remove-console": "^6.9.4",
"chai": "^4.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.0.1",
"style-resources-loader": "^1.2.1",
"typescript": "^3.4.5",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-cli-plugin-style-resources-loader": "^0.1.3",
"vue-template-compiler": "^2.6.10",
"vuex-module-decorators": "^0.9.9",
"worker-loader": "^2.0.0"
}
}