-
Notifications
You must be signed in to change notification settings - Fork 481
/
package.json
41 lines (41 loc) · 962 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
40
41
{
"name": "vali-admin",
"version": "4.1.0",
"description": "An admin theme built with Bootstrap, sass and PugJs",
"devDependencies": {
"autoprefixer": "^9.8.8",
"grunt": "^1.6.1",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-pug": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"sass": "^1.69.3"
},
"scripts": {
"dev": "grunt watch",
"build": "grunt build --verbose",
"start": "node node-dev-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pratikborsadiya/vali-admin.git"
},
"keywords": [
"admin",
"dashboard",
"theme"
],
"author": "Pratik Borsadiya",
"license": "MIT",
"bugs": {
"url": "https://github.com/pratikborsadiya/vali-admin/issues"
},
"homepage": "http://pratikborsadiya.in/blog/vali-admin",
"dependencies": {
"bootstrap": "^5.3.2"
},
"files": [
"docs"
]
}