-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 1.95 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@ladjs/assets",
"description": "Assets for Lad",
"version": "2.1.29",
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com/)",
"bugs": {
"url": "https://github.com/ladjs/assets/issues",
"email": "[email protected]"
},
"contributors": [
"Nick Baugh <[email protected]> (http://niftylettuce.com/)"
],
"dependencies": {
"clipboard": "^2.0.11",
"is-string-and-not-blank": "^0.0.2",
"qs": "^6.11.2",
"superagent": "^8.0.9",
"sweetalert2": "8.19.1",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@ladjs/browserslist-config": "^1.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"remark-cli": "^11.0.0",
"remark-preset-github": "^4.0.4",
"spinkit": "^2.0.1",
"xo": "^0.54.2"
},
"engines": {
"node": ">=14"
},
"files": [
"lib",
"scss"
],
"homepage": "https://github.com/ladjs/assets",
"keywords": [
"4",
"ajax",
"assets",
"auto",
"beta",
"bootstrap",
"clipboard",
"confirm",
"custom",
"file",
"fix",
"form",
"frontend",
"hash",
"input",
"jump",
"lad",
"lass",
"on",
"prompt",
"return",
"scroll"
],
"license": "MIT",
"main": "lib/index.js",
"peerDependencies": {
"spinkit": "^2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ladjs/assets"
},
"scripts": {
"build": "babel src --out-dir lib --source-maps",
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"pretest": "npm run lint",
"test": "npm run build",
"watch": "babel src --watch --out-dir lib --source-maps"
}
}