-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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
{
"author": "zbryikt",
"name": "ldview",
"license": "MIT",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"description": "view template micro framework",
"version": "1.5.0",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/loadingio/ldview",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldview"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true",
"deploy": "npx deploy web/static"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.11",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldquery": "^3.0.5",
"@loadingio/vscroll": "^0.0.11",
"@zbryikt/deploy": "^0.0.4",
"@zbryikt/template": "^2.3.46",
"bootstrap": "^4.5.2",
"fedep": "^1.3.0",
"livescript": "^1.6.0",
"uglify-js": "^3.13.1"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"@loadingio/vscroll"
]
}
}