forked from AlbionaHoti/react_admin_dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.36 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
{
"homepage": "http://AlbionaHoti/react_admin_dashboard",
"name": "ReactAdminDashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"file-loader": "^1.1.9",
"informed": "^1.10.4",
"prop-types": "latest",
"react": "^16.4.2",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.4.2",
"react-redux": "^5.0.6",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "^2.1.8",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"rimraf": "^2.6.2",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.78.3",
"url-loader": "^0.6.2"
},
"scripts": {
"start": "rimraf ./build && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-links": "^3.4.8",
"@storybook/addon-notes": "^3.4.8",
"@storybook/addons": "^3.4.8",
"@storybook/react": "^5.0.6",
"babel-core": "^6.26.3",
"gh-pages": "^1.2.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}