forked from kaorun343/vue-typescript-example-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 873 Bytes
/
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
{
"name": "vue-typescript-example-2",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"build": "webpack -p",
"watch": "webpack --watch"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"bootstrap": "4.0.0-alpha.5",
"dexie": "^2.0.0-beta",
"tslib": "^1.6.0",
"vue": "^2.2.4",
"vue-class-component": "^5.0.0",
"vue-property-decorator": "^4.0.0",
"vue-router": "^2.3.0",
"vuex": "^2.2.1",
"vuex-class": "^0.1.3"
},
"devDependencies": {
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"ts-loader": "^2.0.2",
"typescript": "^2.2.1",
"vue-template-compiler": "^2.2.4",
"vue-template-loader": "^0.2.4",
"webpack": "^2.2.1"
}
}