-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.34 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
41
42
43
44
45
46
47
48
{
"name": "vuexTree",
"hook": "__VUEXTREE_GLOBAL_HOOK__",
"description": "一个Chrome扩展,为 Vuex 实现类似 redux-devtools-extension 的状态树展示效果",
"version": "1.0.0",
"scripts": {
"build": "webpack --config webpack.prod.conf.js",
"dev": "webpack -w --config webpack.dev.conf.js",
"crx": "node crx.js"
},
"keywords": [
"chrome",
"extension",
"vuexTree"
],
"homepage": "https://github.com/zhw2590582",
"bugs": {
"url": "https://github.com/zhw2590582/chrome-extension-vuexTree/issues",
"email": "717995589@qq.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zhw2590582/chrome-extension-vuexTree.git"
},
"author": "Harvey Zack <717995589@qq.com>",
"license": "GPL-3.0",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.22.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"crx": "^3.2.1",
"css-loader": "^0.28.0",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.3",
"style-loader": "^0.18.2",
"uglify-js": "^3.0.27",
"webpack": "^3.4.1"
},
"dependencies": {
"d3-state-visualizer": "^1.3.1",
"normalize.css": "^7.0.0"
}
}