-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.67 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@lemol/list-dev",
"version": "1.0.0",
"private": true,
"main": "index.js",
"license": "MIT",
"pwaManifest": {
"name": "List of Developers",
"shortName": "List<Dev>",
"startURL": "./",
"theme": "#24292e",
"generateIconOptions": {
"baseIcon": "./static/logo.svg",
"genFavicons": true
}
},
"scripts": {
"dev": "concurrently \"npm:dev:web\" \"npm:dev:api:github\"",
"dev:web": "parcel -p 8000 src/Native/index.html",
"dev:ui-explorer": "cd ui-explorer && parcel -p 8800 index.html",
"dev:api:github": "node -r ts-node/register node_modules/.bin/micro-dev ./api/github-graphql.ts",
"build": "parcel build --out-dir public src/Native/index.html"
},
"devDependencies": {
"@dillonkearns/elm-graphql": "4.0.0",
"@types/jsonwebtoken": "8.3.5",
"concurrently": "5.0.2",
"elm": "0.19.1-3",
"elm-analyse": "0.16.5",
"elm-format": "0.8.2",
"elm-hot": "1.1.4",
"elm-test": "0.19.1",
"elm-typescript-interop": "0.0.15",
"micro-dev": "3.0.0",
"node-elm-compiler": "5.0.4",
"parcel-bundler": "1.12.4",
"parcel-plugin-pwa-manifest": "2.8.2",
"parcel-plugin-static-files-copy": "2.2.1",
"ts-node": "8.5.4",
"typescript": "3.7.4"
},
"dependencies": {
"@auth0/auth0-spa-js": "1.6.0",
"@now/node": "1.3.0",
"@octokit/graphql-schema": "6.60.0",
"@types/node-fetch": "2.5.4",
"apollo-link-http": "1.5.16",
"apollo-server-micro": "2.9.15",
"axios": "0.19.0",
"graphql": "14.5.8",
"graphql-tools": "4.0.6",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "1.6.0",
"micro": "9.3.4",
"micro-cors": "0.1.1",
"node-fetch": "2.6.0"
}
}