-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 971 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
{
"name": "vue-ts-webpack",
"version": "0.1.0",
"main": "src/index.ts",
"license": "MIT",
"author": "Hajime Yamasaki Vukelic <[email protected]>",
"scripts": {
"test": "jest",
"build": "webpack",
"start": "webpack-dev-server"
},
"devDependencies": {
"@webpack-blocks/dev-server2": "^0.4.0",
"@webpack-blocks/webpack2": "^0.4.0",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"html-webpack-plugin": "^2.28.0",
"jest": "^19.0.2",
"postcss-loader": "^1.3.3",
"progress-bar-webpack-plugin": "^1.9.3",
"ts-loader": "^2.0.3",
"typescript": "^2.2.1",
"vue-loader": "^11.3.1",
"vue-template-compiler": "^2.2.4",
"webpack-blocks": "^1.0.0-alpha",
"webpack-blocks-ts": "file:///C:\\Code\\webpack-blocks-ts",
"webpack-blocks-vue": "^1.0.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"vue": "^2.2.4",
"vue-class-component": "^5.0.0",
"webpack": "^2.3.1"
}
}