-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "webtoon-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "public/sitemap*.xml & next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"build:dev": "rimraf public/robots.txt public/sitemap*.xml & env-cmd -f ./.env.development next build",
"postbuild:dev": "env-cmd -f ./.env.development next-sitemap --config test-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@styled-jsx/plugin-sass": "^4.0.2",
"@types/react-transition-group": "^4.4.4",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.27.2",
"dayjs": "^1.11.2",
"file-loader": "^6.2.0",
"next": "12.1.0",
"next-images": "^1.8.4",
"next-seo": "^5.4.0",
"node-sass": "^7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^9.1.0",
"react-loading": "^2.0.3",
"react-select": "^5.3.2",
"react-slick": "^0.29.0",
"react-spring-bottom-sheet": "^3.4.0",
"react-toastify": "^9.0.1",
"sass": "^1.51.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "17.0.22",
"@types/react": "17.0.41",
"@types/react-slick": "^0.23.8",
"@types/styled-components": "^5.1.24",
"babel-plugin-styled-components": "^2.0.6",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"next-sitemap": "^3.1.11",
"typescript": "4.6.2"
}
}