-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "web-comp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --port 9990",
"web-comp": "webpack --config web-comp.webpack.config.js",
"build-dev": "webpack --config wc-dev.webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.6",
"@webcomponents/webcomponentsjs": "^2.4.3",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.2",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.0.4",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"scss-loader": "0.0.1",
"style-loader": "^1.1.3",
"to-string-loader": "^1.1.6",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-bundle-analyzer": "^3.7.0"
},
"dependencies": {
"preact": "^10.4.0"
}
}