generated from 0ctanium/nextjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "next.js",
"version": "0.1.0",
"license": "SEE LICENSE IN <LICENSE>",
"scripts": {
"dev": "next dev",
"build": "next build && yarn postbuild",
"postbuild": "node node_modules/@octanium/next-sitemap/dist/cjs/cli.js",
"export": "next export",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@next/env": "^12.0.2",
"@octanium/next-sitemap": "^1.0.2",
"autoprefixer": "^10.4.0",
"clsx": "^1.1.1",
"color": "^4.0.1",
"firebase": "^9.2.0",
"firebase-admin": "^10.0.0",
"gray-matter": "^4.0.3",
"i18next": "^21.4.0",
"next": "12.0.2",
"next-i18next": "^8.10.0",
"next-pwa": "^5.4.0",
"next-seo": "^4.28.1",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-react": "^0.2.3",
"postcss": "^8.3.11",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.2",
"@types/firebase": "^3.2.1",
"@types/next": "^9.0.0",
"@types/node": "^16.11.6",
"@types/overlayscrollbars": "^1.12.1",
"@types/prettier": "^2.4.1",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/require-dir": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"tailwindcss-debug-screens": "^2.2.0",
"typescript": "^4.4.4"
}
}