-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "vue-sina-emotion",
"description": "新浪表情面板的vue组件",
"version": "0.1.1",
"main": "dist/vue-sina-emotion.js",
"author": "packy <[email protected]>",
"keywords": [
"vfis",
"fis3",
"example",
"vue"
],
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/serve --open --hot",
"build": "cross-env NODE_ENV=production webpack --config ./build/ --progress --hide-modules",
"mock": "node mock/"
},
"dependencies": {
"vue": "^2.2.1"
},
"devDependencies": {
"axios": "^0.16.1",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-latest": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"json-server": "^0.9.6",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}