forked from nadavspi/UnwiseConnect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.81 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
{
"name": "unwiseconnect",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "3.0.1"
},
"dependencies": {
"array-move": "^2.1.0",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"date-fns": "^2.0.0-alpha.16",
"es6-promise": "^4.0.5",
"firebase": "^3.6.1",
"flat": "^4.0.0",
"github-api": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash.clonedeep": "^4.5.0",
"memoizee": "^0.4.14",
"nanoid": "^1.0.4",
"node-sass": "4.14.1",
"prettier": "^0.20.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-autocomplete": "^1.8.1",
"react-beautiful-dnd": "^11.0.4",
"react-click-outside": "^3.0.1",
"react-csv": "^1.0.14",
"react-dom": "^16.8.6",
"react-json-pretty": "^1.7.4",
"react-modal": "^3.5.1",
"react-pagify": "^2.1.1",
"react-pagify-preset-bootstrap": "^1.0.2",
"react-redux": "^7.1.0",
"react-router-dom": "^4.3.1",
"react-select": "^3.0.4",
"react-visibility-toggles": "^1.1.1",
"reactabular-search-field": "^6.0.0-readme-xZPNI",
"reactabular-table": "^8.6.0",
"redux": "^3.6.0",
"redux-storage": "^4.1.2",
"redux-storage-decorator-filter": "^1.1.8",
"redux-storage-engine-indexed-db": "^0.0.4",
"redux-thunk": "^2.2.0",
"searchtabular": "^1.4.0",
"segmentize": "^0.4.1",
"sort-by": "^1.2.0",
"table-resolver": "4.0.1",
"xlsx": "^0.13.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}