-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 928 Bytes
/
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
{
"name": "@erayjs/milyui",
"version": "0.1.7",
"description": "@erayjs/milyui - A simple UI library for drawer and modal",
"main": "dist/bundle.js",
"scripts": {
"build": "webpack --mode production"
},
"homepage": "https://milyui.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/erayjsx/milyui"
},
"keywords": [
"ui",
"mily",
"milyui",
"mily ui",
"js",
"js ui",
"drawer",
"modal",
"accordion",
"js drawer",
"js modal",
"js accordion",
"erayjs",
"erayjsx",
"@erayjs",
"@erayjsx",
"@erayjs/milyui"
],
"author": "erayjs",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"babel-loader": "^9.1.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"css-loader": "^7.1.2",
"style-loader": "^4.0.0"
}
}