-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.78 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
52
53
54
55
56
{
"name": "squeezelite-esp32-web-installer",
"version": "1.0.1",
"description": "A web installer for the squeezelite-esp32 project.",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"dev": "webpack-dev-server --open --config webpack.config.js --mode development"
},
"type": "module",
"author": "Sebastien L",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sle118/squeezelite-esp32-installer.git"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@popperjs/core": "^2.11.5",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.4",
"bootstrap": "^5.2.2",
"connect-fonts-roboto": "^0.0.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.0",
"dotenv-webpack": "^8.0.1",
"expose-loader": "^4.0.0",
"fast-glob": "^3.2.12",
"google-fonts": "^1.0.0",
"html-webpack-plugin": "^5.5.0",
"mime-types": "^2.1.34",
"mini-css-extract-plugin": "^2.6.0",
"path": "^0.12.7",
"postcss": "^8.4.17",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.2",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"sharp": "^0.31.0",
"style-loader": "^3.3.1",
"trash": "^8.1.0",
"uuid": "^9.0.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"bootswatch": "^5.2.1",
"escape-html": "^1.0.3",
"improv-wifi-sdk": "^1.3.3",
"improv-wifi-serial-sdk": "^2.2.2",
"jquery": "^3.6.1",
"typeface-roboto": "^1.1.13"
}
}