forked from doanminhtuc/mfl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"name": "it-rocket",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@prisma/client": "^5.4.1",
"@tremor/react": "^3.8.2",
"antd": "^5.9.4",
"axios": "^1.5.1",
"bcryptjs": "^2.4.3",
"clipboard-copy": "^4.0.1",
"cookie": "^0.5.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"next": "^13.5.4",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"pretty-ms": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-particles": "^2.12.2",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.68.0",
"sharp": "^0.32.6",
"tsparticles": "^2.12.0"
},
"devDependencies": {
"autoprefix": "^1.0.1",
"autoprefixer": "^10.4.16",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"postcss": "^8.4.31",
"prisma": "^5.4.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}