-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 902 Bytes
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
{
"name": "elm-template",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "webpack",
"prod": "webpack -p",
"rm:devcert": "rm -rf ~/Library/Application Support/devcert",
"dev": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"closure-webpack-plugin": "^2.2.1",
"copy-webpack-plugin": "^5.1.1",
"devcert": "^1.1.0",
"dotenv": "^8.2.0",
"elm": "^0.19.1-3",
"elm-hot-webpack-loader": "^1.1.6",
"elm-webpack-loader": "^6.0.0",
"google-closure-compiler": "^20200101.0.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
}
}