This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
84 lines (84 loc) · 2.28 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
84
{
"name": "fox-finder",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@fox-finder/base": "^0.0.1",
"@tippy.js/react": "^2.2.3",
"@types/faker": "^4.1.5",
"@types/react-beautiful-dnd": "^11.0.3",
"@types/react-infinite-calendar": "^2.3.3",
"@types/react-popover": "^0.5.3",
"@types/react-transition-group": "^4.2.2",
"@types/uuid": "^3.4.5",
"autobind": "^1.0.3",
"autobind-decorator": "^2.4.0",
"classnames": "^2.2.6",
"cloudcmd": "^13.2.0",
"faker": "^4.1.0",
"immutability-helper": "^3.0.1",
"lodash": "^4.17.15",
"mobx": "^5.13.0",
"mobx-react": "^6.1.1",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"query-string": "^6.8.3",
"re-resizable": "^6.0.0",
"react": "^16.8.6",
"react-beautiful-dnd": "^11.0.5",
"react-calendar": "^2.19.2",
"react-contextmenu": "^2.11.0",
"react-css-transition-replace": "^3.0.3",
"react-desktop": "^0.3.9",
"react-dnd": "^9.3.4",
"react-dnd-html5-backend": "^9.3.4",
"react-dom": "^16.8.6",
"react-flip-move": "^3.0.3",
"react-flip-toolkit": "^7.0.2",
"react-frame-component": "^4.1.1",
"react-infinite-calendar": "^2.3.1",
"react-morph": "^0.4.0",
"react-motion": "^0.5.2",
"react-popover": "^0.5.10",
"react-rnd": "^10.0.0",
"react-sortable-hoc": "^1.9.1",
"react-spring": "^8.0.27",
"react-tippy": "^1.2.3",
"react-transition-group": "^4.3.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@types/classnames": "^2.2.9",
"@types/jest": "24.0.15",
"@types/lodash": "^4.14.136",
"@types/node": "12.6.8",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.5",
"@types/react-motion": "^0.0.29",
"react-scripts": "3.0.1",
"typescript": "3.5.3"
},
"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"
]
}
}