-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
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
{
"name": "vinyl",
"version": "1.0.0",
"license": "UNLICENSED",
"type": "module",
"scripts": {
"build": "vite build",
"postbuild": "./scripts/postbuild.sh",
"clean": "rm -rf dist",
"format": "prettier -w .",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"type-check": "tsc --noEmit",
"start": "vite"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"classnames": "^2.5.1",
"excuses": "^1.0.0",
"fnv-plus": "^1.3.1",
"framer-motion": "^12.23.26",
"localforage": "^1.9.0",
"lodash": "npm:lodash-es@4.17.22",
"ofetch": "^1.5.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-use": "^17.6.0",
"reset-css": "^5.0.1",
"rxjs": "^6.5.4",
"tieng-viet-khong-dau": "^1.0.1",
"ufo": "^1.6.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/lodash": "^4.17.21",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"bun-types": "^1.3.5",
"eslint": "^8",
"eslint-plugin-react": "^7.37.5",
"prettier": "^3.7.4",
"pug": "^3.0.3",
"sass": "^1.97.1",
"typescript": "^5.9.3",
"vite": "^7.3.0"
}
}