-
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) · 784 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 784 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": "Tactility Web Installer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open",
"watch": "webpack --watch"
},
"author": "",
"license": "",
"devDependencies": {
"css-loader": "^7.1.2",
"exports-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.3",
"postcss-loader": "^8.1.1",
"sass": "^1.82.0",
"sass-loader": "^12.6.0",
"style-loader": "^4.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"copy-webpack-plugin": "^12.0.2"
},
"dependencies": {
"bootstrap": "^5.3.6",
"jquery": "^3.7.1",
"esp-web-tools": "^10.1.1"
}
}