-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "helium-admin",
"version": "4.0.0-alpha",
"description": "A lightweight admin boilerplate",
"main": "gulpfile.js",
"dependencies": {
"axios": "^0.18.0",
"choices.js": "^4.1.4",
"cleave.js": "^1.4.7",
"datatables.net-dt": "^1.12.1",
"dropmic": "^0.3.3",
"feather-icons": "^4.19.0",
"jquery": "^3.3.1",
"noty": "^3.2.0-beta",
"quill": "^1.3.6",
"remove": "^0.1.5",
"tingle.js": "^0.14.0"
},
"devDependencies": {
"@agence-webup/gulpy": "2.0.0",
"gh-pages": "^2.0.1",
"gift": "^0.10.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-size": "^3.0.0",
"standard": "^12.0.1",
"stylelint": "^13.6.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-order": "^4.1.0"
},
"scripts": {
"dev": "gulp watch --production --serve dist",
"build": "gulp --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agence-webup/helium.git"
},
"keywords": [
"admin"
],
"author": "agence-webup",
"license": "MIT",
"bugs": {
"url": "https://github.com/agence-webup/helium/issues"
},
"homepage": "https://github.com/agence-webup/helium#readme"
}