-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
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
46
47
48
49
50
51
{
"name": "react-chooer",
"version": "1.0.0",
"description": "It is the react chooser for dropbox, google drive, one drive ",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build:min": "BABEL_ENV=production babel --copy-files --out-dir lib src --presets=babili"
},
"repository": {
"type": "git",
"url": "https://github.com/bowen31337/react-chooser.git"
},
"keywords": [
"react",
"chooser",
"dropbox",
"google",
"drive",
"one",
"drive"
],
"author": "Bowen Li",
"license": "ISC",
"bugs": {
"url": "https://github.com/bowen31337/react-chooser/issues"
},
"homepage": "https://github.com/bowen31337/react-chooser#readme",
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-preset-react-app": "^2.0.1",
"babili": "^0.0.9",
"eval-script": "^1.0.0",
"jest": "^18.1.0",
"react-test-renderer": "^15.4.2"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}