-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.46 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
45
46
47
48
{
"name": "therm-app",
"version": "2.0.0",
"description": "Tool to help engineers, architects, and contractor calculate and visualise the thermal performance of custom constructions",
"main": "app.js",
"scripts": {
"build": "webpack --config webpack.prod.js --mode production ",
"start:dev": "webpack-dev-server --config webpack.dev.js --mode development",
"preview": "npm run build && http-server dist"
},
"repository": {
"type": "git",
"url": "https://github.com/wcrd/therm-app.git"
},
"author": "wcrd",
"license": "ISC",
"bugs": {
"url": "https://github.com/wcrd/therm-app/issues"
},
"homepage": "",
"dependencies": {
"@babel/runtime": "^7.11.2"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-react": "^7.20.6",
"file-loader": "^4.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^0.8.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-node-externals": "^1.7.2"
}
}