-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 867 Bytes
/
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
{
"name": "keeper-app",
"version": "1.0.0",
"proxy": "https://keeper-app-bice.vercel.app",
"description": "",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "echo \"Error: no test specified\" && exit 1",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Namnika/Keeper-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Namnika/Keeper-app/issues"
},
"homepage": "https://github.com/",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"axios": "^0.27.2",
"node-modules": "^0.0.1",
"react": "^18.2.0",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"netlify-cli": "^11.5.1"
}
}