generated from uclaacm/teach-la-react-starter-barebones
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.58 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
{
"name": "cookie-jar",
"version": "1.0.0",
"private": true,
"description": "![Production Build](https://github.com/uclaacm/teach-la-react-starter-barebones/workflows/Production%20Build/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) [![Netlify Status](https://api.netlify.com/api/v1/badges/082b6005-3e41-4a5d-ba22-2fbb3230c48d/deploy-status)](https://app.netlify.com/sites/jovial-jepsen-f18fea/deploys)",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/uclaacm/cookie-jar.git"
},
"author": "ACM Teach LA",
"license": "ISC",
"bugs": {
"url": "https://github.com/uclaacm/cookie-jar/issues"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"bulma": "^1.0.0",
"node-sass": "^9.0.0",
"react": "^17.0.2",
"react-anime": "^4.1.1",
"react-cookie": "^7.1.4",
"react-dom": "^17.0.2",
"react-pageflip": "^2.0.3",
"react-router-dom": "^6.22.3",
"react-scripts": "^5.0.1"
}
}