-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.7 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.7 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "asteroadmin",
"description": "Free Bootstrap 5 Admin Template.",
"version": "1.0.9",
"license": "MIT",
"author": "AsteroDigital <https://asterodigital.com>",
"type": "module",
"scripts": {
"dev": "node tools/dev.mjs",
"build": "node tools/build.mjs",
"css": "node tools/css.mjs",
"js": "node tools/js.mjs",
"assets": "node tools/assets.mjs",
"lint": "node tools/lint.mjs",
"fixlint": "node tools/fixlint.mjs",
"format:html": "node tools/format.mjs",
"clean": "node tools/clean.mjs",
"watch": "node tools/watch.mjs",
"serve": "node tools/serve.mjs",
"bundlewatch": "bundlewatch --config .bundlewatch.config.json"
},
"keywords": [
"css",
"sass",
"responsive",
"admin",
"template",
"theme",
"framework",
"bootstrap",
"dashboard"
],
"homepage": "https://asterodigital.com/astero-admin/",
"style": "dist/css/style.css",
"sass": "src/scss/style.scss",
"repository": {
"type": "git",
"url": "https://github.com/asterodigital/bootstrap-admin-template.git"
},
"bugs": {
"url": "https://github.com/asterodigital/bootstrap-admin-template/issues"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/prism": "^3.2.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.26.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"astro": "^5.7.12",
"astro-eslint-parser": "^1.2.2",
"autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"clean-css-cli": "^5.6.3",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.6",
"cssnano": "^7.0.7",
"cssnano-preset-advanced": "^7.0.7",
"esbuild": "^0.25.5",
"eslint": "^9.26.0",
"eslint-config-xo": "^0.47.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unicorn": "^59.0.1",
"express": "^4.18.2",
"fs-extra": "^11.3.0",
"glob": "^11.0.2",
"lightningcss": "^1.30.0",
"lockfile-lint": "^4.14.1",
"open": "^10.1.2",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"rollup": "^4.40.2",
"rtlcss": "^4.3.0",
"sass-embedded": "^1.88.0",
"stylelint": "^16.19.1",
"stylelint-config-recommended": "^16.0.0",
"stylelint-config-standard-scss": "^15.0.0",
"stylelint-config-twbs-bootstrap": "^16.0.0",
"typescript-eslint": "^8.32.1"
},
"dependencies": {
"bootstrap": "^5.3.6",
"simplebar": "^6.3.1"
}
}