@aigamo/nostalgic-diva 1.15.2 → 1.15.3-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +77 -77
package/package.json CHANGED
@@ -1,78 +1,78 @@
1
1
  {
2
- "name": "@aigamo/nostalgic-diva",
3
- "version": "1.15.2",
4
- "type": "module",
5
- "scripts": {
6
- "clean": "rimraf ./dist",
7
- "dev": "vite",
8
- "build": "npm run clean && tsc && vite build",
9
- "preview": "vite preview"
10
- },
11
- "devDependencies": {
12
- "@trivago/prettier-plugin-sort-imports": "^4.1.1",
13
- "@types/react": "^17.0.39",
14
- "@types/react-dom": "^17.0.11",
15
- "@typescript-eslint/eslint-plugin": "^5.43.0",
16
- "@typescript-eslint/parser": "^5.43.0",
17
- "@vitejs/plugin-react": "^4.0.0",
18
- "eslint": "^8.27.0",
19
- "eslint-config-prettier": "^8.5.0",
20
- "eslint-config-react-app": "^7.0.1",
21
- "eslint-plugin-flowtype": "^8.0.3",
22
- "eslint-plugin-import": "^2.26.0",
23
- "eslint-plugin-jsx-a11y": "^6.6.1",
24
- "eslint-plugin-prettier": "^4.2.1",
25
- "eslint-plugin-react": "^7.31.10",
26
- "eslint-plugin-react-hooks": "^4.6.0",
27
- "prettier": "^2.7.1",
28
- "react": "^17.0.2",
29
- "react-dom": "^17.0.2",
30
- "rimraf": "^3.0.2",
31
- "typescript": "^5.9.3",
32
- "vite": "^7.1.5",
33
- "vite-plugin-dts": "^2.3.0"
34
- },
35
- "peerDependencies": {
36
- "react": "^17 || ^18",
37
- "react-dom": "^17 || ^18"
38
- },
39
- "files": [
40
- "dist"
41
- ],
42
- "main": "./dist/index.cjs.js",
43
- "module": "./dist/index.es.js",
44
- "types": "./dist/index.d.ts",
45
- "exports": {
46
- ".": {
47
- "import": {
48
- "types": "./dist/index.d.ts",
49
- "default": "./dist/index.es.js"
50
- },
51
- "require": {
52
- "types": "./dist/index.d.ts",
53
- "default": "./dist/index.cjs.js"
54
- }
55
- }
56
- },
57
- "description": "React function components for imperatively controlling embedded players (audio, Niconico, SoundCloud and YouTube) using refs.",
58
- "license": "MIT",
59
- "repository": {
60
- "type": "git",
61
- "url": "git+https://github.com/ycanardeau/nostalgic-diva.git"
62
- },
63
- "keywords": [
64
- "react",
65
- "player",
66
- "audio",
67
- "dailymotion",
68
- "niconico",
69
- "soundcloud",
70
- "twitch",
71
- "vimeo",
72
- "youtube"
73
- ],
74
- "author": "Aigamo <51428094+ycanardeau@users.noreply.github.com>",
75
- "bugs": {
76
- "url": "https://github.com/ycanardeau/nostalgic-diva/issues"
77
- }
78
- }
2
+ "name": "@aigamo/nostalgic-diva",
3
+ "version": "1.15.3-rc.0",
4
+ "type": "module",
5
+ "devDependencies": {
6
+ "@trivago/prettier-plugin-sort-imports": "^4.1.1",
7
+ "@types/react": "^17.0.39",
8
+ "@types/react-dom": "^17.0.11",
9
+ "@typescript-eslint/eslint-plugin": "^5.43.0",
10
+ "@typescript-eslint/parser": "^5.43.0",
11
+ "@vitejs/plugin-react": "^4.0.0",
12
+ "eslint": "^8.27.0",
13
+ "eslint-config-prettier": "^8.5.0",
14
+ "eslint-config-react-app": "^7.0.1",
15
+ "eslint-plugin-flowtype": "^8.0.3",
16
+ "eslint-plugin-import": "^2.26.0",
17
+ "eslint-plugin-jsx-a11y": "^6.6.1",
18
+ "eslint-plugin-prettier": "^4.2.1",
19
+ "eslint-plugin-react": "^7.31.10",
20
+ "eslint-plugin-react-hooks": "^4.6.0",
21
+ "prettier": "^2.7.1",
22
+ "react": "^17.0.2",
23
+ "react-dom": "^17.0.2",
24
+ "rimraf": "^3.0.2",
25
+ "typescript": "^5.9.3",
26
+ "vite": "^7.1.5",
27
+ "vite-plugin-dts": "^2.3.0"
28
+ },
29
+ "peerDependencies": {
30
+ "react": "^17 || ^18",
31
+ "react-dom": "^17 || ^18"
32
+ },
33
+ "files": [
34
+ "dist"
35
+ ],
36
+ "main": "./dist/index.cjs.js",
37
+ "module": "./dist/index.es.js",
38
+ "types": "./dist/index.d.ts",
39
+ "exports": {
40
+ ".": {
41
+ "import": {
42
+ "types": "./dist/index.d.ts",
43
+ "default": "./dist/index.es.js"
44
+ },
45
+ "require": {
46
+ "types": "./dist/index.d.ts",
47
+ "default": "./dist/index.cjs.js"
48
+ }
49
+ }
50
+ },
51
+ "description": "React function components for imperatively controlling embedded players (audio, Niconico, SoundCloud and YouTube) using refs.",
52
+ "license": "MIT",
53
+ "repository": {
54
+ "type": "git",
55
+ "url": "git+https://github.com/ycanardeau/nostalgic-diva.git"
56
+ },
57
+ "keywords": [
58
+ "react",
59
+ "player",
60
+ "audio",
61
+ "dailymotion",
62
+ "niconico",
63
+ "soundcloud",
64
+ "twitch",
65
+ "vimeo",
66
+ "youtube"
67
+ ],
68
+ "author": "Aigamo <51428094+ycanardeau@users.noreply.github.com>",
69
+ "bugs": {
70
+ "url": "https://github.com/ycanardeau/nostalgic-diva/issues"
71
+ },
72
+ "scripts": {
73
+ "clean": "rimraf ./dist",
74
+ "dev": "vite",
75
+ "build": "pnpm clean && tsc && vite build",
76
+ "preview": "vite preview"
77
+ }
78
+ }