generated from qur786/react-spa-vite-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.6 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
{
"name": "react-video-player",
"version": "1.0.0",
"private": false,
"description": "A react video player.",
"homepage": "https://github.com/qur786/react-video-player#readme",
"bugs": {
"url": "https://github.com/qur786/react-video-player/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/qur786/react-video-player.git"
},
"license": "MIT",
"author": "Qurban Ahmad <ahmad76qurban@gmail.com>",
"type": "module",
"scripts": {
"build": "cross-env NODE_ENV=production tsc && vite build",
"clean": "shx rm -rf dist node_modules",
"format": "yarn lint && yarn pretty",
"lint": "eslint . --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0",
"pretty": "prettier src/**/*.{ts,tsx,js,jsx,css} --write && sort-package-json",
"preview": "vite preview",
"start": "vite"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-movable": "^3.0.4"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"sort-package-json": "^2.7.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.0"
}
}