-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.94 KB
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
{
"name": "cccc-widget-2rip4",
"version": "0.1.1",
"private": true,
"dependencies": {
"@axe-core/react": "^4.2.2",
"@dnd-kit/core": "^3.1.1",
"@dnd-kit/sortable": "^4.0.0",
"@material-ui/core": "4.12.3",
"@material-ui/lab": "4.0.0-alpha.60",
"@nivo/bar": "^0.73.1",
"@nivo/core": "^0.73.0",
"@nivo/line": "^0.73.0",
"@nivo/pie": "^0.73.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"browser-image-resizer": "2.2.0",
"classnames": "^2.3.1",
"craco": "^0.0.3",
"dayjs": "^1.10.6",
"decamelize": "^1.2.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"firebase": "8.10.0",
"firebase-functions": "^3.15.5",
"html-to-draftjs": "^1.5.0",
"nanoid": "^3.1.25",
"preact": "^10.5.14",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-firebaseui": "5.0.2",
"react-icons": "4.2.0",
"react-scripts": "4.0.3",
"react-tsparticles": "^1.34.0",
"virtual-window": "^1.0.20"
},
"scripts": {
"host": "craco build && firebase deploy --only hosting",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [],
"description": ""
}