-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.66 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
{
"name": "articles",
"version": "1.0.0",
"license": "MIT",
"author": "Michael Arnaldi",
"scripts": {
"start": "next dev",
"build": "next build",
"serve": "next start"
},
"dependencies": {
"@effect-ts/core": "^0.7.29",
"@effect-ts/monocle": "^0.6.30",
"@effect-ts/morphic": "^0.5.11",
"@effect-ts/system": "^0.5.22",
"@prefresh/next": "^1.3.0",
"@types/jest": "^26.0.10",
"@types/node": "^14.11.8",
"@types/pg": "^7.14.5",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.0.0-alpha.12",
"@typescript-eslint/parser": "^4.0.0-alpha.12",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-codegen": "^0.12.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-simple-import-sort": "^5.0.3",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"fast-check": "^2.4.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^26.4.1",
"mobx": "^6.0.1",
"mobx-react": "^7.0.0",
"next": "^9.5.5",
"node-pg-migrate": "^5.8.0",
"pg": "^8.4.1",
"prettier": "^2.1.2",
"reflect-metadata": "^0.1.13",
"testcontainers": "^4.3.0",
"ts-jest": "^26.2.0",
"ts-node": "^9.0.0",
"typescript": "^4.1.0-dev.20201009",
"preact": "^10.4.4",
"preact-render-to-string": "^5.1.9",
"react": "github:preact-compat/react#1.0.0",
"react-dom": "github:preact-compat/react-dom#1.0.0",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.0.1",
"react-refresh": "^0.8.3"
}
}