-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "c20-tokens",
"version": "1.0.0",
"description": "A Vue.js web extension",
"author": "Jilson Thomas <jilson@live.in>",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress --hide-modules",
"build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js --progress --hide-modules",
"build-zip": "node scripts/build-zip.js",
"watch": "npm run build -- --watch",
"watch:dev": "npm run build:dev -- --watch"
},
"dependencies": {
"axios": "^0.16.2",
"vue": "^2.4.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-latest": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.1",
"webpack": "^3.3.0",
"webpack-shell-plugin": "^0.5.0",
"zip-folder": "^1.0.0"
}
}