-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "web-components-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./webpack.config.js --mode development --open",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanmclem/web-components-boilerplate.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanmclem/web-components-boilerplate/issues"
},
"homepage": "https://github.com/seanmclem/web-components-boilerplate#readme",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"lodash": "^4.17.15",
"routerelements": "latest"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.32.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}