-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "poppin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server/server.js",
"dev": "webpack serve --hot & nodemon server/server.js",
"watch": "tailwindcss -i ./client/src/main.css -o ./client/css/index.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PTRI9-WP/Poppin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PTRI9-WP/Poppin/issues"
},
"homepage": "https://github.com/PTRI9-WP/Poppin#readme",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@googlemaps/react-wrapper": "^1.1.35",
"@react-google-maps/api": "^2.17.1",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.2",
"babel-loader": "^9.1.2",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jsonwebtoken": "^9.0.0",
"mini-css-extract-plugin": "^2.7.2",
"nodemon": "^2.0.20",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"postcss-loader": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"sequelize": "^6.28.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}