-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "react-live-island",
"version": "0.10.0",
"description": "Dynamic Island for React",
"license": "MIT",
"keywords": [
"react",
"next",
"apple",
"ios",
"island",
"dynamic-island",
"live-island",
"react-live-island"
],
"author": "nanxiaobei <nanxiaobei@gmail.com>",
"homepage": "https://github.com/nanxiaobei/react-live-island",
"repository": "https://github.com/nanxiaobei/react-live-island.git",
"bugs": "https://github.com/nanxiaobei/react-live-island/issues",
"main": "dist/react-live-island.cjs.js",
"module": "dist/react-live-island.esm.js",
"types": "dist/react-live-island.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && rollup -c --configPlugin @rollup/plugin-typescript"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.3",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.29.2",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.67.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}