-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "begin-app",
"version": "0.0.0",
"description": "Begin basic Hello World! app for Node",
"scripts": {
"watch": "node build.js --watch",
"build": "node build.js",
"start": "env-cmd --file local.env npx sandbox --port 3333",
"disable_lint": "eslint src-ts",
"dcc": "docker-compose up"
},
"devDependencies": {
"@architect/sandbox": "3.4.2",
"@begin/data": "latest",
"@sendgrid/mail": "7.4.2",
"@tsconfig/node10": "1.0.7",
"@types/jsonwebtoken": "8.5.0",
"@types/node": "10.17.51",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"env-cmd": "10.1.0",
"esbuild": "0.8.39",
"eslint": "7.19.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"googleapis": "67.0.0",
"jsonwebtoken": "8.5.1",
"prettier": "2.2.1",
"runtypes": "5.0.1",
"tiny-glob": "0.2.8",
"typescript": "4.1.3"
}
}