-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.8 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
55
56
{
"name": "sast-link",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "pnpm exec prettier next.config.mjs package.json \"{app,components,constant,lib,public,types,redux}/**/*.{js,jsx,ts,tsx}\" --check && stylelint \"*/**/*.scss\" --custom-syntax postcss-scss",
"format": "pnpm exec prettier next.config.mjs package.json \"{app,components,constant,lib,public,types,redux}/**/*.{js,jsx,ts,tsx}\" --write && stylelint \"*/**/*.scss\" --fix --custom-syntax postcss-scss",
"prepare": "husky install"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.4",
"@lucide/lab": "^0.1.2",
"@reduxjs/toolkit": "^1.9.7",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-avatar-editor": "^13.0.2",
"@types/react-dom": "18.2.6",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"formik": "^2.4.6",
"framer-motion": "^10.18.0",
"husky": "^8.0.3",
"lucide-react": "^0.408.0",
"next": "13.4.8",
"react": "18.2.0",
"react-avatar-editor": "^13.0.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.52.1",
"react-redux": "^8.1.3",
"sass": "^1.77.8",
"sass-loader": "^13.3.3",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6",
"use-file-picker": "^2.1.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"autoprefixer": "^10.4.19",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"husky": "^8.0.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"stylelint": "^15.11.0",
"stylelint-config-rational-order": "^0.1.2",
"tailwindcss": "^3.4.7"
}
}