-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 955 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 955 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
{
"name": "elm-start-up-template",
"version": "1.0.0",
"description": "Elm start-up Template",
"main": "webpack-dev.config.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "echo y | npm run format && webpack-dev-server --config webpack-dev.config.js",
"format": "echo y | elm-format src"
},
"devDependencies": {
"css-loader": "3.5.3",
"elm-asset-webpack-loader": "^1.1.3",
"elm-format": "0.8.5",
"elm-webpack-loader": "6.0.1",
"file-loader": "6.0.0",
"onchange": "7.0.2",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipetrovbg/elm-start-up-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ipetrovbg/elm-start-up-template/issues"
},
"homepage": "https://github.com/ipetrovbg/elm-start-up-template#readme"
}