-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
48
49
50
51
{
"author": "zbryikt",
"name": "@loadingio/ldcolorpicker",
"description": "ldcolorpicker - Palette-Aware Color Picker",
"version": "3.0.6",
"style": "dist/index.min.css",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/loadingio/ldcolorpicker",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldcolorpicker"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true",
"deploy": "npx deploy web/static"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"bootstrap.native",
"ldcolor",
"@loadingio/ldquery"
]
},
"devDependencies": {
"@loadingio/ldquery": "^3.0.4",
"bootstrap": "^4.5.2",
"@loadingio/bootstrap.ext": "^0.0.9",
"bootstrap.native": "^3.0.15",
"@zbryikt/deploy": "^0.0.4",
"fedep": "^1.1.11",
"livescript": "^1.6.0",
"stylus": "^0.55.0",
"@zbryikt/template": "^2.3.45",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29"
},
"peerDependencies": {
"ldcolor": "^1.1.0"
}
}