-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "2021-300ideas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev:server": "nodemon --exec babel-node init.js --delay 2 --ignore 'scss'",
"dev:assets": "WEBPACK_ENV=development webpack -w",
"build:assets": "WEBPACK_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koreahacks/2021-300ideas.git"
},
"author": "300ideas",
"license": "ISC",
"bugs": {
"url": "https://github.com/koreahacks/2021-300ideas/issues"
},
"homepage": "https://github.com/koreahacks/2021-300ideas#readme",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^4.3.1",
"mongoose": "^5.11.11",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-sass": "^5.0.0",
"pug": "^3.0.0",
"webpack": "^5.12.1",
"webpack-cli": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"autoprefixer": "^10.2.1",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"mini-css-extract-plugin": "^1.3.3",
"nodemon": "^2.0.7",
"postcss": "^8.2.3",
"postcss-loader": "^4.1.0",
"prettier": "^2.2.1",
"sass-loader": "^10.1.0"
}
}