-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.43 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
{
"name": "femonitor",
"version": "1.0.0",
"description": "四天打造企业私有前端监控系统课程代码,内容齐全作为参考。",
"main": "index.js",
"scripts": {
"start": "min-http .",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chalecao/femonitor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chalecao/femonitor/issues"
},
"homepage": "https://github.com/chalecao/femonitor#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-add-module-exports": "^0.3.0-pre.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-import": "^1.6.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"min-http": "^1.0.6",
"rollup": "^1.31.0",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-buble": "^0.18.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-includepaths": "^0.2.2",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-terser": "^5.2.0"
}
}