-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 981 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
{
"name": "shallweplay",
"version": "0.0.1",
"description": "Example project for articles written for elm-graphql and FaunaDB.",
"main": "index.html",
"scripts": {
"start": "npx elm-live ./src/Main.elm --dir=./static -o -- --output=./static/assets/js/shallweplay.js --debug",
"build-gql": "npx elm-graphql https://graphql.fauna.com/graphql --base SWP --output src --header \"authorization: Bearer ${FAUNA_KEY}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbj/shallweplay.git"
},
"author": "Dirk Johnson",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dbj/shallweplay/issues"
},
"homepage": "https://github.com/dbj/shallweplay#readme",
"devDependencies": {
"@dillonkearns/elm-graphql": "4.0.3",
"elm": "0.19.1-3",
"elm-format": "0.8.3",
"elm-json": "0.2.7",
"elm-live": "4.0.2",
"uglify-js": "3.10.0"
},
"dependencies": {
"netlify-plugin-cache": "^1.0.2"
}
}