-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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": "frontend-boilerplate",
"version": "1.0.0",
"author": "audn",
"description": "A Next.js frontend Boilerplate",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build && next-sitemap",
"start": "next start"
},
"browserslist": [
"> 1%",
"not dead"
],
"resolutions": {
"@types/react": "18.0.17",
"@types/react-dom": "17.0.2"
},
"dependencies": {
"@tanstack/react-query": "^4.0.10",
"framer-motion": "^4.1.17",
"next": "^12.2.4",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.32",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-loading-skeleton": "^3.1.0",
"react-tooltip": "^4.2.21",
"skinview3d": "3.0.0-alpha.1",
"typescript": "^4.3.2",
"zustand": "^4.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@blunck/next-alias": "^1.0.0",
"@fullhuman/postcss-purgecss": "^3.0.0",
"@types/gtag.js": "^0.0.3",
"@types/node": "^18.7.2",
"@types/react": "^18.0.17",
"@types/react-query": "^1.2.9",
"autoprefixer": "^10.2.6",
"eslint": "8.21.0",
"eslint-config-next": "12.2.5",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.3.4",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"tailwindcss": "^3.0.23"
}
}