| 12345678910111213141516171819202122232425 |
- {
- "name": "tcs-j-query-boots-tabler",
- "version": "1.0.0",
- "description": "TCS软件系统页面jQuery\\Bootstrap版本\r - 使用 Bootstrap 5.3.3 版本\r - 使用 jQuery 3.7.1 版本\r - 使用 Bootstrap Table 1.22.3 版本\r ## 项目结构\r ```\r assets/\r ├── css/ # 编译后的CSS文件\r ├── img/ # 图片资源\r └── js/ # JavaScript库文件",
- "main": "index.js",
- "scripts": {
- "sass-app": "sass scss/app.scss:assets/css/app.css --style compressed --watch",
- "sass-login": "sass scss/login/index.scss:assets/css/login.css --style compressed --watch",
- "sass-icons": "sass scss/icons/index.scss:assets/css/icons.css --style compressed --watch",
- "sass": "npm run sass-app && npm run sass-login",
- "sass-prod": "sass scss/app.scss:assets/css/app.css --style compressed --no-source-map"
- },
- "repository": {
- "type": "git",
- "url": "git@gitee.com:mayjoyo/tcs-j-query-boots-tabler.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@tabler/core": "^1.1.1",
- "@tabler/icons-webfont": "^2.47.0",
- "sass": "^1.32.13"
- }
- }
|