-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "speedboat",
"version": "0.0.1",
"description": "",
"main": "index.html",
"scripts": {
"start": "rm -rf build && webpack -w",
"netlify": "netlify dev",
"build": "NODE_ENV=production rm -rf build && webpack"
},
"dependencies": {
"@sstack/cookies": "^0.1.4",
"@sstack/errors": "^0.1.4",
"@sstack/helmet": "^0.1.4",
"@sstack/json": "^0.1.4",
"@sstack/validate": "^0.1.4",
"http-errors": "^1.7.3",
"knex": "^0.21.1",
"pg": "^8.2.1",
"slonik": "^22.4.11",
"sstack": "^0.1.4"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-transform-async-to-generator": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/register": "^7.10.3",
"@types/aws-lambda": "^8.10.56",
"@types/bookshelf": "^1.1.0",
"@types/http-errors": "^1.6.3",
"@types/node": "^14.0.13",
"@types/slonik": "^22.1.2",
"babel-loader": "^8.1.0",
"better-sqlite3": "^7.1.0",
"core-js": "^3.6.5",
"matched": "^5.0.0",
"read-env": "^2.0.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sure-thing/magic-link-sandbox.git"
},
"author": "sure-thing",
"license": "MIT",
"bugs": {
"url": "https://github.com/sure-thing/magic-link-sandbox/issues"
},
"homepage": "https://github.com/sure-thing/magic-link-sandbox#readme"
}