-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.57 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": "web-ots",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint:check": "next lint",
"lint": "next lint --fix",
"format": "prettier --loglevel error --write \"src/**/*.{ts,tsx,js,json}\"",
"format:check": "prettier --loglevel error --check \"src/**/*.{ts,tsx,js,json}\""
},
"dependencies": {
"@chakra-ui/icons": "1.0.15",
"@chakra-ui/react": "1.6.6",
"@docsearch/js": "3.0.0-alpha.40",
"@docsearch/react": "3.0.0-alpha.40",
"@emotion/cache": "11.4.0",
"@emotion/react": "^11",
"@emotion/server": "11.4.0",
"@emotion/styled": "^11",
"@fontsource/inter": "4.5.12",
"base64url": "3.0.1",
"date-fns": "2.23.0",
"framer-motion": "^4",
"ky": "0.28.5",
"lodash": "4.17.21",
"next": "11.1.0",
"next-seo": "4.26.0",
"openpgp": "5.0.0-6",
"prism-react-renderer": "1.2.1",
"query-string": "7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.2.0"
},
"devDependencies": {
"@types/react": "17.0.17",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"prettier": "2.3.2",
"typescript": "4.3.5"
}
}