forked from scratch-21/easyparking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "easyparking",
"version": "1.0.0",
"description": "Parking Helper",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js",
"build": "webpack",
"dev": "webpack serve",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scratch-21/easyparking.git"
},
"keywords": [
"Park",
"Spot"
],
"author": "Armidillo",
"license": "ISC",
"bugs": {
"url": "https://github.com/scratch-21/easyparking/issues"
},
"homepage": "https://github.com/scratch-21/easyparking#readme",
"dependencies": {
"express": "^4.17.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"nodemon": "^2.0.7",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}