forked from Klimaat-Helpdesk/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
41
42
43
44
{
"name": "climate-helpdesk",
"version": "0.0.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/aquilesC/helpdesk_klimaat"
},
"public": false,
"license": "MIT",
"scripts": {
"build": "yarn webpack",
"start": "npm run watch & npm run server",
"watch": "webpack --watch",
"dev": "webpack --mode development"
},
"dependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.5",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/plugin-transform-async-to-generator": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.5",
"@babel/runtime": "7.4.5",
"autoprefixer": "9.6.0",
"babel-loader": "8.0.6",
"bundletracker": "^0.0.1",
"clean-webpack-plugin": "3.0.0",
"core-js": "3.0.1",
"css-loader": "3.0.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"glob": "^7.1.6",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.7.0",
"node-sass": "4.13.1",
"postcss-loader": "3.0.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "4.35.0",
"webpack-bundle-tracker": "0.4.2-beta",
"webpack-cli": "3.3.4",
"webpack-md5-hash": "0.0.6"
}
}