-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "v2-mobx",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"gh-pages": "^1.0.0",
"history": "^4.7.2",
"lazy-route": "^1.0.7",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"mobx-react-devtools": "^4.2.15",
"query-string": "^5.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-draggable": "^3.0.3",
"react-edit-inline": "^1.0.8",
"react-paginate": "^5.0.0",
"react-portal": "^4.0.0",
"react-portal-tooltip": "^2.1.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13",
"react-select-fast-filter-options": "^0.2.2",
"react-select": "^1.0.0-rc.10",
"react-sortable-hoc": "^0.6.7",
"react-virtualized": "^9.9.0",
"react-virtualized-select": "^3.1.0",
"semantic-ui-react": "^0.72.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build -b gh-pages",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.10",
"@storybook/addon-links": "^3.2.10",
"@storybook/react": "^3.2.10"
}
}