-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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
{
"name": "grad_site",
"homepage": "https://aidandraper.com/",
"version": "0.1.0",
"private": true,
"main": "index.js",
"dependencies": {
"@material-ui/core": "^4.12.3",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"jquery": "^3.3.1",
"package.json": "^0.0.0",
"popper.js": "^1.14.7",
"react": "^17.0.2",
"react-bootstrap": "^1.0.0-beta.5",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^16.8.4",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^5.0.1",
"react-scrollspy": "^3.4.0",
"react-syntax-highlighter": "^15.5.0"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"predeploy": "npm run build && cp CNAME build/CNAME",
"deploy": "gh-pages -b master -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^6.2.0"
}
}