-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "proftolio-website",
"version": "1.0.1",
"description": "",
"scripts": {
"clear-build-cache": "rm -rf .parcel-cache/ dist/",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
"dev": "parcel src/index.html",
"build": "cross-env NODE_ENV=production parcel build ./src/index.html --public-url ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orelbn/Proftolio-Website.git"
},
"keywords": [],
"author": "Orel Ben Neriah",
"license": "ISC",
"bugs": {
"url": "https://github.com/orelbn/Proftolio-Website/issues"
},
"homepage": "https://github.com/orelbn/Proftolio-Website#readme",
"devDependencies": {
"@babel/core": "^7.22.15",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"parcel": "^2.12.0",
"prettier": "^3.0.3",
"process": "^0.11.10"
},
"dependencies": {
"cross-env": "^7.0.3",
"firebase": "^10.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
}
}