-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
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
{
"name": "ablind-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-deploy": "next build && next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/js-cookie": "^3.0.2",
"@types/react-slick": "^0.23.10",
"axios": "^0.27.2",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"next": "12.1.6",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-daum-postcode": "^3.1.1",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.3.5",
"react-player": "^2.10.1",
"react-slick": "^0.29.0",
"react-spring-3d-carousel": "^1.2.1",
"recoil": "^0.7.4",
"slick-carousel": "^1.8.1",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.4"
}
}