-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 1.67 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
{
"name": "admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/core": "^1.3.6",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@react-hook/resize-observer": "^1.1.2",
"axios": "^0.27.2",
"caret-pos": "^2.0.0",
"cenit-frontend-sdk": "github:cenit-io/frontend-sdk",
"clsx": "^1.1.1",
"codemirror": "^5.59.0",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.16.1",
"deepmerge": "^4.2.2",
"diff": "^5.0.0",
"file-saver": "^2.0.5",
"htmlhint": "^0.14.2",
"liquidjs": "^9.19.0",
"material-ui-image": "^3.3.2",
"mime-types": "^2.1.27",
"moment": "^2.29.4",
"object-hash": "^2.1.1",
"pluralize": "^8.0.0",
"pretty-bytes": "^5.6.0",
"prop-types": "^15.6.0",
"query-string": "^6.13.7",
"react": "^17.0.2",
"react-async-script-loader": "^0.3.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.2.4",
"react-input-autosize": "^3.0.0",
"react-scripts": "4.0.1",
"react-sortablejs": "^6.0.0",
"react-swipeable-views": "^0.14.0",
"rxjs": "^6.6.3",
"sortablejs": "^1.12.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}