-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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": "blog",
"private": true,
"version": "0.1.0",
"type": "module",
"engines": {
"node": ">=14.18.0",
"yarn": ">=1.22.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"antd": "^5.3.2",
"classnames": "^2.3.2",
"lottie-web": "^5.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-reveal": "^1.2.2",
"typed.js": "^2.0.14"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"sass": "^1.60.0",
"stylelint": "^15.3.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^31.0.0",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^4.6.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}