-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.72 KB
/
package.json
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
{
"name": "vue-normailzr-example",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack-dev-server --hot --color",
"analyzer": "cross-env NODE_ENV=production webpack --profile --json > ./build/webpack.stats.json && webpack-bundle-analyzer ./build/webpack.stats.json",
"test": "cross-env NODE_ENV=test karma start karma.conf.js --single-run"
},
"author": {
"name": "keenwon",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@types/lodash-es": "^4.17.0",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"@types/query-string": "^5.0.1",
"@types/webpack-env": "^1.13.2",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"cross-env": "^5.1.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-source-map-support": "^1.2.0",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.5",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
"mocha-typescript": "^1.1.12",
"normalizr": "^3.2.4",
"path-to-regexp": "^2.1.0",
"query-string": "^5.0.1",
"ts-loader": "^3.0.5",
"ts-node": "^3.3.0",
"typescript": "^2.6.1",
"vue": "^2.5.3",
"vue-class-component": "^6.1.0",
"vue-loader": "^13.3.0",
"vue-property-decorator": "^6.0.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"vuex": "^3.0.0",
"vuex-router-sync": "^5.0.0",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.3",
"webpack-merge": "^4.1.1"
}
}