-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "my-divjoy-project",
"version": "0.1.0",
"private": true,
"keywords": [
"divjoy"
],
"dependencies": {
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@stripe/stripe-js": "1.11.0",
"apexcharts": "^3.30.0",
"firebase": "8.2.5",
"firebase-admin": "9.4.2",
"gaussian": "^1.2.0",
"history": "4.10.1",
"jison": "^0.4.18",
"mousetrap": "^1.6.5",
"query-string": "6.13.8",
"react": "17.0.1",
"react-apexcharts": "^1.3.9",
"react-dom": "17.0.1",
"react-hook-form": "6.15.1",
"react-hook-mousetrap": "^2.0.4",
"react-mousetrap": "^0.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"react-sparklines": "^1.7.0",
"stripe": "8.132.0",
"toposort": "^2.0.2",
"use-dark-mode": "2.3.1",
"use-local-storage-state": "^11.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"stripe-webhook": "stripe listen --forward-to localhost:8888/api/stripe-webhook"
},
"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"
]
}
}