-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1 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
{
"name": "test",
"version": "1.0.0",
"description": "Test ex",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server --mode development --hot --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lexa74/test.git"
},
"author": "Alexey Chudinov",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lexa74/test/issues"
},
"homepage": "https://github.com/Lexa74/test#readme",
"devDependencies": {
"file-loader": "^6.2.0",
"html-loader": "^4.1.0",
"mini-css-extract-plugin": "^2.6.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.1.0",
"style-loader": "^3.3.1",
"svg-loader": "^0.0.2",
"svgo-loader": "^3.0.1",
"webpack-dev-server": "^4.11.0"
}
}