-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.19 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": "wjj-player",
"version": "1.1.2",
"private": false,
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/src/main.d.ts",
"keywords": [
"react",
"music",
"music-player"
],
"author": "hnustwjj",
"repository": {
"type": "git",
"url": "https://github.com/hnustwjj/wjj-music"
},
"scripts": {
"dev": "vite",
"build": "vite build && npm run type",
"preview": "vite preview",
"type": "tsc -d"
},
"files": [
"dist"
],
"peerDependencies": {
"axios": ">=0.24.0",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"styled-components": ">=4.0.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.8.2",
"@types/node": "^17.0.35",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^1.3.0",
"@windicss/plugin-scrollbar": "^1.2.3",
"axios": "^0.27.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^8.0.2",
"styled-components": "^5.3.5",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-windicss": "^1.8.4",
"windicss": "^3.5.4"
}
}