forked from GenerocityCommunity/Generocity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.82 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
{
"name": "iteration-project",
"version": "1.0.0",
"description": "Community Trade",
"main": "webpack.config.js",
"scripts": {
"start": "cross-env NODE_ENV=production nodemon server/server.js",
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open & nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dew": "concurrently \"cross-env NODE_ENV=development webpack-dev-server --open --hot --inline --progress --colors --watch --content-base ./\" \"nodemon ./server/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/GenerocityCommunity/GenerocityCommunity"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"bootstrap": "^4.5.0",
"concurrently": "^5.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jquery": "^3.5.1",
"pg": "^8.3.0",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"nodemon": "^2.0.4",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"bugs": {
"url": "https://github.com/johnmadrigal/scratch-project/issues"
},
"homepage": "https://github.com/johnmadrigal/scratch-project#readme"
}