-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "@kacker/ui",
"version": "1.2.8",
"main": "./dist/cjs",
"module": "./dist/esm",
"types": "./dist/cjs/index.d.ts",
"typings": "dist/esm/index.d.ts",
"license": "MIT",
"files": [
"/dist"
],
"scripts": {
"prepack": "yarn build",
"build": "rollup -c",
"dev": "rollup -c -w",
"ver-sync": "node scripts/sync-versions.js"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-url": "^8.0.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.14",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"esbuild": "^0.19.0",
"ncp": "^2.0.0",
"postcss": "^8.4.27",
"postcss-obfuscator": "^1.6.0",
"rollup": "^2.77.5",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@aashu-dubey/capacitor-statusbar-safe-area": "^2.1.1",
"@babel/preset-react": "^7.22.5",
"@capacitor/core": "^5.5.1",
"@capacitor/status-bar": "^5.0.6",
"@hugotomazi/capacitor-navigation-bar": "^2.0.1",
"raviger": "^4.1.2",
"react": "^18.2.0",
"tailwind-merge": "^1.14.0"
}
}