generated from Decentree/template-next
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.48 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
{
"name": "Lens Apps Stats",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"export": "npm run build && next export",
"start": "next start",
"type-check": "tsc",
"lint": "eslint && prettier --check \"**/**.{ts,js,tsx}\" \"*.{json,md,yml,mdx}\"",
"prettier": "prettier --write '**/**.{ts,js,tsx}' '*.{json,md,yml,mdx}'"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@uselessdev/datepicker": "^2.6.0",
"apexcharts": "^3.36.0",
"date-fns": "^2.29.3",
"framer-motion": "^7.6.2",
"graphql": "^16.6.0",
"lodash": "^4.17.21",
"next": "^13.0.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.15.1",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.5.0",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"next-sitemap": "^1.6.203",
"prettier": "^2.5.1",
"react-inspector": "^5.1.1",
"typescript": "4.8.4"
}
}