-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
39 lines (39 loc) · 1015 Bytes
/
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
{
"name": "qadmin-qadmin",
"version": "1.6.0",
"description": "基于layui的轻量级后台模板",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node app.js",
"fix": "./node_modules/.bin/eslint --ext .js,.html src/html/ src/iframe/ src/pages/ src/tools.js src/menu.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aa24615/qadmin.git"
},
"keywords": [
"qadmin",
"后台模板",
"layui模板",
"layui后台模板",
"qadmin后台模板"
],
"author": "读心印",
"license": "MIT",
"bugs": {
"url": "https://github.com/aa24615/qadmin/issues"
},
"homepage": "https://github.com/aa24615/qadmin#readme",
"dependencies": {
"fs-extra": "^9.0.1",
"jsdom": "^16.4.0",
"less": "^4.1.1"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-react": "^7.23.1"
}
}