-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.32 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
{
"name": "ufo-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier . --write",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@clerk/nextjs": "^4.23.2",
"@ramonak/react-progress-bar": "^5.0.3",
"@types/node": "20.4.7",
"@types/react-dom": "18.2.7",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"faker": "^6.6.6",
"firebase": "^10.1.0",
"framer-motion": "^10.16.1",
"micro": "^10.0.1",
"next": "13.4.12",
"node-fetch": "^3.3.2",
"openai": "^3.3.0",
"primeicons": "^6.0.1",
"primereact": "^9.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-loader-spinner": "^5.3.4",
"react-select": "^5.7.4",
"react-spring-carousel": "^2.0.19",
"ress": "^5.0.2",
"stripe": "^12.18.0",
"svix": "^1.8.1"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@types/react": "18.2.18",
"encoding": "^0.1.13",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "3.0.1",
"typescript": "5.1.6"
}
}