-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 744 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 744 Bytes
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
{
"name": "webapp",
"version": "1.0.0",
"scripts": {
"build": "webpack",
"start": "webpack --watch"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.0"
},
"devDependencies": {
"css-loader": "^5.1.3",
"extract-text-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.26.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "https://edu-gitlab.leverx-group.com/march2021/xenia.anichkina.git"
},
"author": "",
"license": "ISC",
"description": ""
}