-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "react-multi-select-panel",
"version": "0.1.4",
"description": "可视化操控左右多选select的React组件",
"main": "lib/index.js",
"private": false,
"keywords": [
"select",
"react"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tianye19941001/react-multi-select-panel.git"
},
"license": "ISC",
"dependencies": {
"babel": "^5.5.8",
"babel-core": "^5.2.17",
"babel-loader": "^5.0.0",
"classnames": "^2.2.5",
"lodash": "^4.17.10",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4",
"webpack": "^1.8.11"
},
"scripts": {
"example": "webpack -w -d --config example/webpack.config.js example/example.jsx example/all.js",
"build-umd": "webpack index.js umd/index.js",
"build-cjs": "babel index.js -d lib",
"prerelease": "npm run build-umd && npm run build-cjs"
},
"bugs": {
"url": "https://github.com/tianye19941001/react-multi-select-panel/issues"
},
"homepage": "https://github.com/tianye19941001/react-multi-select-panel#readme",
"devDependencies": {},
"author": "tianye19941001"
}