forked from seveibar/react-watertable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-watertable",
"version": "0.1.4",
"main": "./components/Watertable",
"dependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-scripts": "2.1.8"
},
"scripts": {
"start": "react-scripts start",
"build": "NODE_ENV=production babel ./src --ignore \"src/**/*.story.js\" --out-dir=./dist && cp package.json dist/",
"dist": "npm run build && cd dist && npm publish",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^3.0.0-alpha.10",
"@rehooks/window-size": "^1.0.2",
"@storybook/addon-actions": "^5.1.0-alpha.13",
"@storybook/addon-links": "^5.1.0-alpha.13",
"@storybook/addons": "^5.1.0-alpha.13",
"@storybook/cli": "^5.0.4",
"@storybook/react": "^5.1.0-alpha.13",
"babel-loader": "^8.0.5",
"babel-preset-react-app": "^7.0.2",
"color-convert": "^2.0.0",
"flow-bin": "^0.95.1",
"react-contextmenu": "^2.11.0",
"react-dropzone": "^10.1.0",
"react-mde": "^7.0.4",
"react-select": "^2.4.2",
"showdown": "^1.9.0"
}
}