-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
17 lines (17 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "opennav",
"scripts": {
"ins": "composer install && cd ./Public/ && npm run ins && git clone --depth=1 https://gitlab.soraharu.com/XiaoXi/OpenNav-Material-Design.git ./themes/material-design/ && cd ./themes/material-design/ && npm run ins",
"ins:dev": "npm install && composer install && cd ./Public/ && npm run ins && git clone --depth=1 https://gitlab.soraharu.com/XiaoXi/OpenNav-Material-Design.git ./themes/material-design/ && cd ./themes/material-design/ && npm run ins",
"ins:devnode": "npm install",
"ins:node": "cd ./Public/ && npm run ins",
"ins:composer": "composer install",
"ins:theme": "git clone --depth=1 https://gitlab.soraharu.com/XiaoXi/OpenNav-Material-Design.git ./Public/themes/material-design/ && cd ./Public/themes/material-design/ && npm run ins",
"fix": "prettier --write .",
"check": "prettier --check ."
},
"devDependencies": {
"@prettier/plugin-php": "^0.19.1",
"prettier": "^2.7.1"
}
}