-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 918 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
39
40
41
42
43
{
"name": "fwa.dev",
"version": "1.3.10",
"description": "The Functional Web App (fwa.dev)",
"license": "Apache-2.0",
"keywords": [
"FWA",
"functional web app",
"functional",
"web",
"app",
"dynamic",
"serverless"
],
"scripts": {
"start": "ARC_TABLES_PORT=5002 sandbox",
"lint": "arc-hydrate && eslint . --fix",
"test": "npm run lint"
},
"dependencies": {
"@architect/functions": "^8.1.3",
"@architect/hydrate": "^2.2.3",
"@architect/sandbox": "^4.5.2",
"@begin/data": "^4.0.0-RC.1",
"@enhance/ssr": "^1.1.1"
},
"devDependencies": {
"@architect/eslint-config": "^2.0.1",
"eslint": "^8.7.0"
},
"eslintConfig": {
"extends": "@architect/eslint-config",
"rules": {
"require-await": "off",
"no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_|^state"
}
]
}
}
}