-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 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
{
"name": "gadmin",
"version": "1.0.0-alpha.5",
"description": "Free Bootstrap 4 Gentelella inspired admin template",
"main": "index.js",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.3.1",
"cypress": "^3.6.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-cypress": "^2.1.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "github:christianesperar/gulp-file-include#master",
"gulp-prettier": "^2.1.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.0",
"merge-stream": "^1.0.1",
"stylelint": "^9.4.0",
"stylelint-config-rational-order": "0.0.2",
"stylelint-config-standard": "^18.2.0"
},
"scripts": {
"start": "http-server ./dist -p ${PORT:=8080}",
"test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open"
},
"keywords": [
"admin-dashboard",
"admin-template",
"bootstrap",
"bootstrap4",
"gentelella",
"html",
"html-template"
],
"author": "Christian Esperar",
"license": "MIT",
"dependencies": {
"http-server": "^0.11.1"
}
}