-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.77 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
89
90
91
92
93
94
95
96
97
{
"name": "snowline-route-manager",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.18.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@parse/react": "0.0.1-alpha.18",
"@react-google-maps/api": "^2.19.2",
"@stripe/firestore-stripe-payments": "^0.0.6",
"@stripe/stripe-js": "^1.54.1",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"ag-grid-community": "^30.1.0",
"ag-grid-enterprise": "^30.1.0",
"ag-grid-react": "^30.1.0",
"axios": "^0.21.4",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"bootswatch": "^4.6.0",
"expo-cli": "^6.3.2",
"firebase": "^9.8.1",
"firebase-functions": "^4.4.1",
"firebaseui": "^6.0.1",
"lodash": "^4.17.21",
"papaparse": "^5.3.2",
"parse": "^3.4.2",
"react": "^16.14.0",
"react-beautiful-dnd": "^12.0.0",
"react-bootstrap": "^2.8.0",
"react-contenteditable": "^3.3.6",
"react-csv": "^1.1.2",
"react-dom": "^16.14.0",
"react-firebase-hooks": "^5.0.3",
"react-firebaseui": "^6.0.0",
"react-icons": "^4.12.0",
"react-idle-timer": "^5.2.0",
"react-places-autocomplete": "^7.3.0",
"react-redux": "^7.2.5",
"react-router": "^5.2.1",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"screenfull": "^5.1.0",
"socket.io-client": "^3.1.3",
"stripe": "^12.16.0",
"typescript": "^4.9.4"
},
"scripts": {
"deploy": "react-scripts build && firebase deploy",
"start": "react-scripts start --host 0.0.0.0",
"start-prod": "env-cmd -f .env.production react-scripts start --host 0.0.0.0",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:dev": "env-cmd -f .env.development npm run build && firebase deploy -P dev",
"build:prod": "env-cmd -f .env.production npm run build && firebase deploy -P prod"
},
"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"
]
},
"devDependencies": {
"env-cmd": "^10.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "7.5",
"eslint-plugin-react": "^7.33.1",
"jest": "^29.7.0",
"redux-mock-store": "^1.5.4"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}