-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 982 Bytes
/
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
{
"name": "elm-headless",
"version": "1.0.0",
"description": "Trial repo for building an Elm app",
"main": "api.js",
"dependencies": {
"ace-css": "^1.1.0",
"css-loader": "^0.25.0",
"elm": "^0.17.1",
"elm-webpack-loader": "^3.0.6",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"json-server": "^0.8.22",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.8.4",
"webpack-dev-server": "^1.16.2"
},
"devDependencies": {},
"scripts": {
"api": "node api.js",
"build": "webpack",
"watch": "webpack --watch",
"dev": "webpack-dev-server --port 3000",
"start": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pvhee/elm-headless.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pvhee/elm-headless/issues"
},
"homepage": "https://github.com/pvhee/elm-headless#readme"
}