-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.06 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.06 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
43
44
45
46
47
48
{
"name": "@frontle/bottomsheet",
"version": "1.0.3",
"description": "Bottom sheet UI available in Vanilla JS",
"keywords": [
"bottom sheet",
"bottomsheet",
"ui",
"vanilla",
"javascript",
"browser",
"android",
"ios",
"cordova",
"electron",
"frontle"
],
"author": "Yun Hyeongjun <y37653@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Frontle-Foundation/BottomSheet.git"
},
"bugs": {
"url": "https://github.com/Frontle-Foundation/BottomSheet/issues"
},
"homepage": "https://github.com/Frontle-Foundation/BottomSheet#readme",
"files": [
"dist",
"LICENSE",
"README.md",
"index.js"
],
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.18.10",
"babel-loader": "8.2.5",
"core-js": "3.25.0",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
},
"scripts": {
"build": "webpack"
}
}