-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
{
"name": "capricorn-basic-sources",
"version": "0.0.1",
"description": "摩羯系统 - 公共资源集合",
"private": true,
"scripts": {
"build": "export NODE_ENV=prodution && node ./build/webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monajs/capricorn-basic-sources.git"
},
"author": "yangxi",
"license": "ISC",
"bugs": {
"url": "https://github.com/monajs/capricorn-basic-sources/issues"
},
"homepage": "https://github.com/monajs/capricorn-basic-sources#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"chalk": "^2.4.1",
"console.table": "^0.10.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fs-extra": "^7.0.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.0",
"postcss-less": "^3.0.2",
"postcss-loader": "^3.0.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.0.3"
},
"dependencies": {
"axios": "^0.18.0",
"mona-events": "^0.1.0",
"qs": "^6.5.2"
}
}