-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "@aliamdevs/data-shell",
"version": "1.0.15",
"description": "Hi I'm Ali & This Project is An UI Library For Pure HTML or Websites' Frameworks Called Data Shell.",
"main": "dist/data-shell.umd.js",
"module": "dist/data-shell.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build-bundle": "node ./bundler/build.js",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliamdevs/data-shell.git"
},
"peerDependencies": {
"@aliamdevs/airy-icons": "^2.2.167",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"terser": "^5.31.0"
},
"keywords": [
"data-shell",
"Data Shell",
"UI Components",
"React Components",
"Pure HTML Component"
],
"author": "aliamdevs",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliamdevs/data-shell/issues"
},
"homepage": "https://github.com/aliamdevs/data-shell#readme",
"dependencies": {
"@aliamdevs/airy-icons": "^2.2.167",
"vite": "^6.4.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0"
}
}