-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.78 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@vocadb/nostalgic-diva",
"version": "1.5.1",
"type": "module",
"scripts": {
"clean": "rimraf ./dist",
"dev": "vite",
"build": "npm run clean && tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite-plugin-dts": "^2.3.0"
},
"peerDependencies": {
"react": "^18.2.9",
"react-dom": "^18.2.9"
},
"files": [
"dist"
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"description": "React function components for imperatively controlling embedded players (audio, Niconico, SoundCloud and YouTube) using refs.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/VocaDB/nostalgic-diva.git"
},
"keywords": [
"react",
"player",
"audio",
"niconico",
"soundcloud",
"youtube"
],
"author": "Aigamo <[email protected]>",
"bugs": {
"url": "https://github.com/VocaDB/nostalgic-diva/issues"
},
"homepage": "https://vocadb.net/Al/12800"
}