-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "nowa-lib",
"version": "1.4.0",
"description": "nowa libraries builder",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nowa-webpack/nowa-lib.git"
},
"keywords": [
"nowa",
"webpack",
"lib"
],
"author": "gbk <ck0123456@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/nowa-webpack/nowa-lib#readme",
"dependencies": {
"babel-core": "~6.14.0",
"babel-loader": "~6.2.5",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-transform-es3-member-expression-literals": "~6.8.0",
"babel-plugin-transform-es3-property-literals": "~6.8.0",
"babel-plugin-transform-runtime": "~6.15.0",
"babel-preset-es2015": "~6.14.0",
"babel-preset-react": "~6.11.1",
"babel-preset-stage-0": "~6.5.0",
"babel-runtime": "~6.11.6",
"clean-css": "~3.4.12",
"es3ify-loader": "~0.2.0",
"uglify-js": "~2.6.2",
"webpack": "~1.13.0"
}
}