This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
55 lines (55 loc) · 1.57 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
{
"name": "onemanager-theme-renexmoe",
"version": "1.3.0",
"description": "A Material Design Theme For Onemanager-php",
"main": "src/js/app.js",
"scripts": {
"analyze": "source-map-explorer build/js/*.js",
"format": "prettier --write \"*[^build]/**/*[^prod][^bundle].@(css|js|html|json)\"",
"clean": "rm -rf ./dist/ ./build/ ./src/html",
"dev": "npm run clean;gulp html;snowpack dev",
"build": "npm run clean;npm run build:html;snowpack build;node build.cjs",
"build:html": "gulp html",
"prod:vercel": "npm run clean;vercel --prod",
"prod:jsd": "npm run build;bash publish.sh"
},
"keywords": [
"Material Design",
"Onemanager-php",
"MDUI",
"renexmoe"
],
"author": "186526 <[email protected]>",
"license": "GPL-3.0-or-later",
"dependencies": {
"highlight.js": "^10.5.0",
"marked": "^2.0.1",
"mdui": "^1.0.1",
"nprogress": "^0.2.0",
"pjax": "^0.2.8",
"sha-1": "^1.0.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@snowpack/plugin-optimize": "^0.2.13",
"@snowpack/plugin-webpack": "^2.3.0",
"cheerio": "^1.0.0-rc.5",
"gulp": "^4.0.2",
"gulp-file-include": "^2.3.0",
"prettier": "^2.2.1",
"snowpack": "^3.0.11",
"source-map-explorer": "^2.5.2"
},
"homepage": "https://cdn.jsdelivr.net/gh/186526/[email protected]",
"sideEffects": false,
"browserslist": [
"Chrome 40",
"not ie 11",
"not op_mini all",
"not dead"
],
"babel": {
"sourceType": "unambiguous",
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}