-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "frontle-example-app",
"description": "The easiest multi-platform SPA framework",
"version": "1.0.9",
"author": "Artifriends, Inc. <[email protected]>",
"contributors": [
"Yun Hyeongjun <[email protected]>",
"Ohn Donghun <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Frontle-Foundation/Frontle.git"
},
"bugs": {
"url": "https://github.com/Frontle-Foundation/Frontle/issues"
},
"homepage": "https://frontle.org/",
"devDependencies": {
"cordova-android": "10.1.2",
"cordova-browser": "^6.0.0",
"cordova-electron": "^3.1.0",
"cordova-ios": "6.2.0"
},
"cordova": {
"platforms": [
"ios",
"electron",
"browser",
"android"
],
"plugins": {}
},
"frontle": {
"dependencies": {
"jquery": {},
"@frontle/frontle-core": {
"noBuild": true
}
}
},
"dependencies": {
"@frontle/frontle-core": "^1.0.6",
"jquery": "^3.6.1"
}
}