forked from cinescoop/cinescoop-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "cinescoop-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/nanum-gothic": "^4.5.0",
"@hookform/resolvers": "^2.8.8",
"animate.css": "^4.1.1",
"axios": "^0.25.0",
"compute-cosine-similarity": "^1.0.0",
"dom7": "^4.0.4",
"dotenv": "^14.3.0",
"firebase": "^9.8.1",
"firebaseui": "^6.0.1",
"framer-motion": "^5.6.0",
"next": "^12.1.0",
"noto-sans-kr": "^0.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.24.0",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-query": "^3.34.12",
"react-star-ratings": "^2.3.0",
"recoil": "^0.5.2",
"request": "^2.88.2",
"ssr-window": "^4.0.2",
"styled-components": "^5.3.3",
"swiper": "^7.4.1",
"url-parse": "^1.5.10",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/puppeteer": "^5.4.4",
"@types/react": "17.0.38",
"@types/react-star-ratings": "^2.3.0",
"@types/styled-components": "^5.1.24",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.6.0",
"eslint-config-next": "^0.2.4",
"typescript": "4.5.4"
}
}