This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "ayaneru",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext .js,.ts,.tsx,.jsx --fix .",
"typeorm:local": "node ./node_modules/typeorm/cli.js",
"g:entity": "yarn typeorm:local entity:create -n"
},
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@fluentui/react-icons": "^0.1.18",
"@hapi/joi": "^17.1.1",
"bent": "^7.3.1",
"dotenv": "^8.2.0",
"form-data": "^3.0.0",
"ioredis": "^4.17.0",
"jose": "^1.27.0",
"mongodb": "^3.5.7",
"next": "9.4.0",
"next-react-svg": "^1.1.1",
"rambda": "^5.4.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"reflect-metadata": "^0.1.13",
"sagiri": "^3.0.7",
"sharp": "^0.25.3",
"simpleflakes": "^2.1.0",
"typeorm": "^0.2.24"
},
"devDependencies": {
"@types/bent": "^7.0.2",
"@types/flake-idgen": "^0.1.30",
"@types/form-data": "^2.5.0",
"@types/hapi__joi": "^17.1.0",
"@types/ioredis": "^4.16.2",
"@types/node": "^14.0.1",
"@types/react": "^16.9.35",
"@types/sharp": "^0.25.0",
"@typescript-eslint/eslint-plugin": "2.33.0",
"@typescript-eslint/parser": "2.33.0",
"eslint": "^7.0.0",
"eslint-config-clarity": "^0.4.6",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"prettier": "^2.0.5",
"typescript": "^3.9.2"
}
}