-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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": "rundiz-template-for-admin",
"version": "2.3.1",
"description": "HTML, CSS, JS template for administrator application.",
"type": "module",
"main": "node_tasks/index.js",
"scripts": {
"build": "node node_tasks/index.js build",
"watch": "node node_tasks/index.js watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rundiz/rundiz-template-for-admin.git"
},
"keywords": [
"admin",
"template",
"boilerplate",
"dashboard"
],
"author": "Vee W.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rundiz/rundiz-template-for-admin/issues"
},
"homepage": "https://github.com/Rundiz/rundiz-template-for-admin#readme",
"devDependencies": {
"chokidar": "^3.5.3",
"clean-css": "^5.3.0",
"cli-color": "^2.0.3",
"concat-with-sourcemaps": "^1.1.0",
"del": "^7.1.0",
"globby": "^13.1.2",
"sass": "^1.0.0",
"terser": "^5.14.1",
"uglify-js": "^3.16.2",
"yargs": "^17.5.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@popperjs/core": "^2.11.2",
"sanitize.css": "github:csstools/sanitize.css#main",
"smartmenus": "^1.1.1",
"sticky-sidebar": "^3.3.1",
"tippy.js": "^6.3.7"
}
}