-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "artledger",
"version": "0.1.0",
"homepage": "https://zoraizq.github.io/artledger",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"node-fetch": "2.0",
"react": "^17.0.2",
"react-images": "^1.2.0-beta.7",
"react-photo-gallery": "^8.0.0",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.0",
"react-tinder-card": "^1.4.5"
},
"scripts": {
"build": "react-scripts build",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"gh-pages": "^3.2.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}