-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.47 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "shell-new",
"version": "1.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@tattle-made/ui": "^1.2.7",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.10",
"classnames": "^2.2.6",
"grommet": "^2.7.11",
"history": "^4.9.0",
"is-empty": "^1.2.0",
"jquery": "^3.4.1",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"multiselect-react-dropdown": "^1.0.9",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-shallow-compare": "^15.6.2",
"react-bootstrap": "^1.0.0-beta.9",
"react-bootstrap-multiselect": "^2.4.1",
"react-bootstrap-table-next": "^3.1.5",
"react-bootstrap-table2-filter": "^1.1.10",
"react-bootstrap-table2-overlay": "^2.0.0",
"react-bootstrap-table2-paginator": "^2.0.7",
"react-datepicker": "^2.8.0",
"react-dom": "^16.8.6",
"react-dom-factories": "^1.0.2",
"react-feather": "^2.0.3",
"react-highlight": "^0.12.0",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"react-select-search": "^0.9.6",
"react-selectize": "^3.0.1",
"react-transition-group": "^1.1.2",
"reactjs-popup": "^1.4.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.2.0",
"styled-components": "^4.4.0"
},
"homepage": "http://13.235.176.60/",
"scripts": {
"sass": "node-sass -w src/view/style/sass/stylesheet.scss src/view/style/stylesheet.css",
"start": "react-scripts start",
"build": "react-scripts build",
"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": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9"
}
}