forked from tabler/tabler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.47 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
{
"name": "tabler-ui",
"description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
"version": "0.0.16",
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"admin",
"dashboard",
"admin panel"
],
"homepage": "https://tabler.github.io",
"scripts": {
"gulp-watch": "gulp watch",
"gulp-build": "gulp build",
"jekyll-watch": "jekyll build --watch",
"jekyll-serve": "jekyll serve --livereload",
"gh-pages": "./gh-pages.sh",
"dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist",
"publish-dist": "./gh-pages.sh",
"watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch",
"serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler.git"
},
"author": "codecalm",
"license": "MIT",
"bugs": {
"url": "https://github.com/tabler/tabler/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"npm-run-all": "^4.1.2"
},
"dependencies": {},
"files": [
"dist/"
],
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
]
}