-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 KB
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
{
"name": "algokata",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"lint": "eslint --fix pages utils features components",
"format": "prettier --check --write \"!.next\" \"!public\" \"**/*.{js, json}\""
},
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.4.5",
"@uiw/react-md-editor": "^3.3.7",
"axios": "^0.21.1",
"codemirror": "^5.61.1",
"date-fns": "^2.22.1",
"firebase": "^8.6.7",
"firebase-admin": "^9.9.0",
"framer-motion": "^4.1.17",
"next": "10.2.3",
"next-remove-imports": "^1.0.5",
"nookies": "^2.5.2",
"query-string": "^7.0.1",
"react": "17.0.2",
"react-codemirror2": "^7.2.1",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"swr": "^0.5.6"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@fcrezza/prettier-config": "^2.0.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"prettier": "^2.3.1"
},
"prettier": "@fcrezza/prettier-config"
}