-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 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
59
60
61
62
63
64
{
"name": "client-views",
"version": "0.1.0",
"private": true,
"scripts": {
"sync": "ts-node -r tsconfig-paths/register --compilerOptions '{\"module\":\"commonjs\"}' ./lib/utils/sync-once",
"dev": "npm run sync && next dev",
"build": "next build",
"start": "npm run sync && next start",
"lint": "next lint",
"find-dead": "ts-prune -p tsconfig.ts-prune.json",
"typegen": "json2ts --no-additionalProperties -o lib/database/types/ -i "
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "18.11.11",
"@types/pg-escape": "^0.2.1",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/uuid": "^9.0.1",
"@typescript-eslint/parser": "^5.56.0",
"arcs-logging-node": "^0.1",
"eslint-config-next": "13.0.6",
"fp-ts": "^2.13.1",
"ioredis": "^5.3.1",
"monocle-ts": "^2.3.13",
"newtype-ts": "^0.3.5",
"next": "13.0.6",
"next-auth": "^4.20.1",
"otpauth": "^9.1.1",
"pg": "^8.10.0",
"pg-escape": "^0.2.0",
"postcss-preset-env": "^8.1.0",
"react": "18.2.0",
"react-collapsible": "^2.10.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-svg": "^16.1.6",
"remark-gfm": "^3.0.1",
"sass": "^1.60.0",
"sharp": "^0.32.0",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
"ts-prune": "^0.10.3",
"tsconfig-paths": "^4.2.0",
"typescript": "4.9.4",
"uuid": "^9.0.0",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.1",
"@types/webfontloader": "^1.6.35",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"autoprefixer": "^10.4.14",
"eslint": "8.29.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"json-schema-to-typescript": "^13.1.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}