-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ec-devtools",
"version": "1.0.0",
"description": "ec-devtools是支持canvas库( easycanvas , https://github.com/chenzhuo1992/easycanvas )的chrome调试工具,能对canvas的元素的样式、物理属性等进行修改,达到所见即所得的效果,提高调试效率",
"main": "index.js",
"scripts": {
"build": "gulp build",
"dev": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HuJiaoHJ/ec-devtools.git"
},
"author": "hujiao",
"license": "ISC",
"bugs": {
"url": "https://github.com/HuJiaoHJ/ec-devtools/issues"
},
"homepage": "https://github.com/HuJiaoHJ/ec-devtools#readme",
"devDependencies": {
"autoprefixer": "^6.7.6",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-helper-vue-jsx-merge-props": "2.0.2",
"babel-loader": "7.0.0",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-transform-vue-jsx": "3.4.2",
"babel-preset-latest": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"css-loader": "0.28.0",
"easy-vuex": "0.2.0",
"ejs-compiled-loader": "1.1.0",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"eslint-plugin-html": "2.0.1",
"file-loader": "0.11.1",
"glob": "7.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "2.*",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "2.28.0",
"lodash-webpack-plugin": "0.11.3",
"node-sass": "4.5.2",
"postcss-load-config": "1.2.0",
"postcss-loader": "1.3.3",
"sass-loader": "6.0.3",
"style-loader": "0.16.1",
"url-loader": "0.5.8",
"vue": "csp",
"vue-html-loader": "^1.2.4",
"vue-loader": "8.7.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "2.4.2",
"webpack": "2.4.1",
"webpack-dev-server": "2.4.5"
},
"files": [
"build"
]
}