-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"name": "nixlab-web",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"push": "git add -A && git commit -m \"TypeScript Support Added & UI Updates\" && git push origin master"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"animejs": "^3.2.2",
"framer-motion": "^11.0.12",
"lodash": "^4.17.21",
"next": "14.1.3",
"postcss": "8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@tailwindcss/typography": "^0.5.10",
"@types/animejs": "^3.1.12",
"@types/lodash": "^4.17.0",
"@types/node": "20.11.27",
"@types/react": "18.2.65",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.21",
"postcss-nesting": "^12.1.0",
"sass": "^1.72.0",
"tailwindcss": "3.4.1",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.4.2"
}
}