This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
57 lines (57 loc) · 1.49 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": "setwithfriends",
"version": "1.0.0",
"repository": "https://github.com/ekzhang/setwithfriends",
"license": "MIT",
"description": "Online, real-time set application hosted on Firebase.",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@react-spring/web": "^9.4.4",
"@stripe/stripe-js": "^1.25.0",
"bad-words": "^3.0.4",
"chart.js": "^3.7.1",
"clone-deep": "^4.0.1",
"clsx": "^1.1.1",
"firebase": "^9.6.9",
"moment": "^2.29.1",
"project-name-generator": "^2.1.9",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@google-cloud/pubsub": "^2.19.0",
"cross-env": "^7.0.3",
"prettier": "2.6.0"
},
"eslintConfig": {
"extends": "react-app"
},
"scripts": {
"start": "react-scripts start",
"dev": "node rundev.js",
"build:dev": "react-scripts build",
"build:preview": "cross-env REACT_APP_ENV=preview react-scripts build",
"build": "cross-env REACT_APP_ENV=production react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"format": "prettier --write ."
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": "16",
"npm": "8"
}
}