-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectsFolder/Spring-workplace.git"
},
"author": "asylum29",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectsFolder/Spring-workplace/issues"
},
"homepage": "https://github.com/ProjectsFolder/Spring-workplace#readme",
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.7",
"autoprefixer": "10.2.6",
"babel-loader": "8.2.2",
"babel-minify-webpack-plugin": "0.3.1",
"bootstrap": "4.*",
"css-loader": "5.2.6",
"cssnano": "5.0.6",
"jquery": "3.6.0",
"mini-css-extract-plugin": "1.6.0",
"node-sass": "4.12.0",
"popper.js": "1.16.1",
"postcss-loader": "5.3.0",
"sass-loader": "7.1.0",
"sockjs": "0.3.21",
"stompjs": "2.3.3",
"webpack": "5.40.0",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2"
}
}