-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json.000
57 lines (57 loc) · 1.74 KB
/
package.json.000
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
{
"name": "cafeinit-vue",
"version": "1.1.0",
"description": "CafeInit for Vue.js",
"main": "index.js",
"scripts": {
"build": "npm run build:lib && npm run build:amd && grunt less",
"build:lib": "webpack -p --config ./webpack.config.js",
"build:amd": "webpack -p --config ./webpack.config.amd.js",
"build:dev": "webpack --config ./webpack.config.amd.js && grunt less:develompent",
"demo": "webpack-dev-server --hot --open --inline --config demo/webpack.config.js --content-base demo/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iburning/cafeinit-vue.git"
},
"keywords": [
"webpack",
"vue",
"cafeinit"
],
"author": "burning <iburning@live.cn>",
"license": "ISC",
"bugs": {
"url": "https://github.com/iburning/cafeinit-vue/issues"
},
"homepage": "https://github.com/iburning/cafeinit-vue#readme",
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.6",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.18.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-watch": "^1.0.0",
"less-loader": "^2.2.3",
"less-plugin-autoprefix": "^1.5.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.0.3",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "^9.7.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.3",
"webpack-bundle-analyzer": "^2.1.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"vue-router": "^2.1.1"
}
}