-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "@pictogrammers/element-webpack",
"version": "0.1.40",
"type": "module",
"description": "Shared webpack config for @pictogrammers/element",
"main": "config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pictogrammers/Element-Webpack.git"
},
"author": "Austin Andrews (Templarian)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pictogrammers/Element-Webpack/issues"
},
"homepage": "https://github.com/Pictogrammers/Element-Webpack#readme",
"bin": {
"element-start": "./bin/element-start.js",
"element-build": "./bin/element-build.js",
"element-publish": "./bin/element-publish.js"
},
"dependencies": {
"copy-webpack-plugin": "^11.0.0",
"extra-watch-webpack-plugin": "^1.0.3",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"raw-loader": "^4.0.2",
"ts-loader": "^9.3.0"
}
}