forked from stevermeister/dutch-tax-income-calculator-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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": "dutch-tax-income-calculator",
"version": "1.2.0",
"description": "dutch-tax-income-calculator",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server --progress --colors --watch",
"postinstall": "webpack",
"build": "webpack -p --progress --colors && cp ./src/manifest.json ./dist/manifest.json && cp ./src/sw.js ./dist/dit-sw.js",
"deploy": "webpack -p && gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stevermeister/dutch-tax-income-calculator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevermeister/dutch-tax-income-calculator/issues"
},
"homepage": "https://github.com/stevermeister/dutch-tax-income-calculator",
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/preset-env": "7.1.0",
"babel-core": "6.10.4",
"babel-loader": "8.0.4",
"babel-preset-es2015": "6.9.0",
"clean-webpack-plugin": "0.1.19",
"css-loader": "0.23.1",
"gh-pages": "^1.0.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"style-loader": "0.13.1",
"webpack": "4.20.2",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.9",
"webpack-manifest-plugin": "2.0.4"
}
}