-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "vue-loader-example",
"version": "2.0.0",
"description": "Example using Webpack with vue-loader",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --quiet",
"build": "NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"vue": "^1.0.0"
},
"devDependencies": {
"awesome-typescript-loader": "^0.15.9",
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^6.0.14",
"cross-env": "^1.0.5",
"css-loader": "^0.23.1",
"file-loader": "^0.8.4",
"jade": "^1.11.0",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.0",
"template-html-loader": "0.0.3",
"typescript-loader": "^1.1.3",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"author": "Evan You",
"license": "MIT"
}