-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "only-formats",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bradgarropy/next-google-analytics": "^1.0.2",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.5",
"@choc-ui/chakra-autocomplete": "^4.17.1",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@monaco-editor/react": "^4.3.1",
"@prettier/plugin-php": "^0.18.2",
"framer-motion": "^6.2.7",
"next": "12.1.0",
"next-pwa": "^5.4.4",
"next-seo": "^5.1.0",
"nextjs-progressbar": "^0.0.13",
"prettier": "^2.5.1",
"prettier-plugin-java": "^1.6.1",
"prism-react-renderer": "^1.3.1",
"prismjs": "^1.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-spinners": "^0.11.0",
"react-use": "^17.3.2",
"sql-formatter": "^4.0.2"
},
"devDependencies": {
"@types/node": "17.0.19",
"@types/prettier": "^2.4.4",
"@types/prismjs": "^1.26.0",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}