forked from change-soft8/cs-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 887 Bytes
/
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
{
"name": "cs-collection",
"version": "2.0.2",
"description": "集合组件",
"main": "build/localstorage.js",
"scripts": {
"babel": "babel src -d build",
"dist": "npm run dist:umd && npm run dist:umd:min",
"dist:umd": "webpack src/localstorage.js dist/cs-collection.js",
"dist:umd:min": "webpack src/localstorage.js dist/cs-collection.min.js -p",
"publish": "npm run dist && npm run adduser",
"adduser": "npm owner add shenjiafang"
},
"author": "cs_team",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"webpack": "^1.13.1"
},
"dependencies": {
"immutable": "^3.8.1",
"pubsub-js": "^1.5.3"
}
}