-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "example-project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node src/server/index.js",
"pro": "webpack-dev-server --config webpack.dev.js --port 8081 --open",
"dev": "nodemon --quiet src/server/index.js",
"build": "webpack --config webpack.build.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "4.18.2",
"dotenv": "^8.2.0",
"nodemon": "2.0.4",
"node": "21.0.0",
"sass-loader": "13.3.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"js-datepicker": "5.16.0",
"axios": "1.5.1",
"dotenv-webpack": "3.0.0"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@netlify/edge-bundler": "9.4.1",
"@netlify/edge-functions": "2.2.0",
"babel-loader": "9.1.3",
"css-loader": "6.8.1",
"html-webpack-plugin": "5.5.3",
"mini-css-extract-plugin": "2.7.6",
"sass": "1.69.5",
"jest": "^26.6.3",
"style-loader": "3.3.3",
"webpack-dev-server": "4.15.1",
"workbox-webpack-plugin": "7.0.0",
"supertest": "6.3.3"
}
}