-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
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
{
"name": "project-3",
"version": "1.0.0",
"description": "",
"main": "planning.js",
"scripts": {
"build": "webpack --config webpack_conf/webpack.prod.js",
"debug": "node --inspect index.mjs",
"start": "node index.mjs",
"watch": "webpack --watch --config webpack_conf/webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/R4Y815/Project-3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/R4Y815/Project-3/issues"
},
"homepage": "https://github.com/R4Y815/Project-3#readme",
"dependencies": {
"axios": "^0.26.1",
"cookie-parser": "^1.4.6",
"core-js": "^3.21.1",
"ejs": "^3.1.6",
"express": "^4.17.3",
"faker": "^5.5.3",
"html-webpack-plugin": "^5.5.0",
"method-override": "^3.0.0",
"node-sass": "^7.0.1",
"pg": "^8.7.3",
"regenerator-runtime": "^0.13.9",
"sass-loader": "^12.6.0",
"sequelize": "^6.17.0",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@faker-js/faker": "^6.1.1",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"html-webpack-harddisk-plugin": "^2.0.0",
"mini-css-extract-plugin": "^2.6.0",
"sequelize-cli": "^6.4.1",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}