-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 921 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "react-drag-picker",
"version": "1.0.5",
"private": false,
"author": "kairi",
"email": "kairi1227@126.com",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kairi1227/react-drag-picker.git"
},
"files": [
"dist"
],
"keywords": [
"react",
"drag",
"select",
"picker"
],
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"webpack": "^3.10.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.5.0",
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-scripts start",
"build": "webpack -p",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}