-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "osagai-hn",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"cp:now": "cp now.json dist",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"deploy": "npm run build && firebase deploy"
},
"author": "Henrique Limas <hlimas@ebay.com>",
"license": "ISC",
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.2.1",
"osagai": "^0.2.1",
"osagai-simple-router": "^0.1.1"
},
"devDependencies": {
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"express": "^4.16.4",
"file-loader": "^2.0.0",
"firebase-tools": "^6.1.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"minify-lit-html-loader": "0.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"style-loader": "^0.23.1",
"uglify-template-string-loader": "^1.1.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4",
"workbox-webpack-plugin": "^3.6.3"
}
}