-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.34 KB
/
package.json
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
{
"version": "1.0.0",
"name": "asp.net",
"private": true,
"main": "index.js",
"scripts": {
"build": "webpack --mode=development --watch",
"release": "webpack --mode=production",
"publish": "npm run release && dotnet publish -c Release"
},
"keywords": [],
"author": "Oleg Bruev",
"license": "ISC",
"devDependencies": {
"@material/button": "7.0.0",
"@material/density": "7.0.0",
"@material/elevation": "7.0.0",
"@material/list": "7.0.0",
"@material/select": "7.0.0",
"@material/textfield": "14.0.0",
"@types/bootstrap": "^5.2.6",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "3.5.3",
"css-minimizer-webpack-plugin": "5.0.0",
"eslint": "^8.55.0",
"extract-loader": "5.1.0",
"file-loader": "6.0.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-sass": "3.1.0",
"grunt-webpack": "5.0.0",
"gulp": "4.0.1",
"gulp-clean-css": "4.0.0",
"gulp-less": "3.3.0",
"html-webpack-plugin": "5.5.0",
"load-grunt-tasks": "5.1.0",
"mini-css-extract-plugin": "2.7.2",
"node-sass": "8.0.0",
"path": "0.12.7",
"sass": "1.26.7",
"sass-loader": "13.2.2",
"ts-loader": "9.4.2",
"typescript": "4.9.4",
"webpack": "5.82.1",
"webpack-cli": "5.0.1"
},
"dependencies": {
"bootstrap": "5.3.0"
}
}