This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.42 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
85
86
87
88
{
"name": "parandum",
"version": "2.3.4",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
"@emotion/styled": "^11.6.0",
"@firebase/app": "^0.6.20",
"@firebase/app-compat": "^0.1.10",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"acorn": "^8.6.0",
"apexcharts": "^3.30.0",
"css-what": "^5.1.0",
"firebase": "^8.10.0",
"firebase-admin": "^9.12.0",
"firebase-functions": "^3.16.0",
"firebase-tools": "^11.16.1",
"firebaseui": "^5.0.0",
"normalize-url": "^6.1.0",
"rc-slider": "^9.7.4",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-collapsible": "^2.8.4",
"react-dom": "^17.0.2",
"react-firebaseui": "^5.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-select": "^5.2.1",
"react-simple-keyboard": "^3.4.65",
"react-xarrows": "^2.0.2",
"simple-keyboard-layouts": "^3.1.54",
"styled-components": "^5.3.3",
"typescript": "^4.5.2",
"universal-cookie": "^4.0.4",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "mocha --exit",
"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"
]
},
"devDependencies": {
"@firebase/rules-unit-testing": "^1.3.12",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"create-react-app": "^5.0.1",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-promise": "^5.1.1",
"firebase-functions-test": "^0.3.3",
"hamjest": "^3.7.3",
"mocha": "^9.1.3",
"react-test-renderer": "^17.0.2"
}
}