|
1 | 1 | { |
2 | | - "name": "@cynthiaweb/cynthiaweb-mini", |
3 | | - "version": "1.3.0", |
4 | | - "license": "AGPL-3.0-only", |
5 | | - "repository": { |
6 | | - "url": "git+https://github.com/CynthiaWebsiteEngine/Mini.git" |
7 | | - }, |
8 | | - "module": "cynthia_websites_mini_server/build/dev/javascript/cynthia_websites_mini_server/cynthia_websites_mini_server.ts", |
9 | | - "bin": { |
10 | | - "cynthiaweb-mini": "dist/cynthia_websites_mini_server.js" |
11 | | - }, |
12 | | - "type": "module", |
13 | | - "devDependencies": { |
14 | | - "@types/bun": "latest", |
15 | | - "nodemon": "^3.1.9", |
16 | | - "@types/clean-css": "^4.2.11", |
17 | | - "@types/markdown-it": "^14.1.2", |
18 | | - "@types/moment": "^2.13.0", |
19 | | - "@types/node": "^24.0.0", |
20 | | - "@types/semver": "^7.3.10", |
21 | | - "autoprefixer": "^10.4.20", |
22 | | - "clean-css": "^5.3.3", |
23 | | - "daisyui": "^4.12.23", |
24 | | - "moment": "^2.30.1", |
25 | | - "postcss": "^8.5.1", |
26 | | - "tailwindcss": "3.4.17", |
27 | | - "typescript": "^5.0.0", |
28 | | - "handlebars": "^4.7.8", |
29 | | - "semver": "^7.7.2" |
30 | | - }, |
31 | | - "scripts": { |
32 | | - "bundle": "mise run bundle-server", |
33 | | - "check": "mise run check-all", |
34 | | - "clean": "bun ./build.ts clean", |
35 | | - "dev-static": "mise watch run-dev-static-server", |
36 | | - "dev": "mise watch run-dev dynamic", |
37 | | - "format": "mise run fmt-all", |
38 | | - "prepack": "bun run bundle", |
39 | | - "run-in-test": "mise run run-dev", |
40 | | - "test": "mise run test-all" |
41 | | - }, |
42 | | - "dependencies": { |
43 | | - "cborg": "^4.5.8" |
44 | | - } |
| 2 | + "name": "@cynthiaweb/cynthiaweb-mini", |
| 3 | + "version": "1.3.0", |
| 4 | + "license": "AGPL-3.0-only", |
| 5 | + "repository": { |
| 6 | + "url": "git+https://github.com/CynthiaWebsiteEngine/Mini.git" |
| 7 | + }, |
| 8 | + "module": "cynthia_websites_mini_server/build/dev/javascript/cynthia_websites_mini_server/cynthia_websites_mini_server.ts", |
| 9 | + "bin": { |
| 10 | + "cynthiaweb-mini": "dist/cynthia_websites_mini_server.js" |
| 11 | + }, |
| 12 | + "type": "module", |
| 13 | + "devDependencies": { |
| 14 | + "@types/bun": "latest", |
| 15 | + "nodemon": "^3.1.9", |
| 16 | + "@types/clean-css": "^4.2.11", |
| 17 | + "@types/markdown-it": "^14.1.2", |
| 18 | + "@types/moment": "^2.13.0", |
| 19 | + "@types/node": "^24.0.0", |
| 20 | + "@types/semver": "^7.3.10", |
| 21 | + "autoprefixer": "^10.4.20", |
| 22 | + "clean-css": "^5.3.3", |
| 23 | + "daisyui": "^4.12.23", |
| 24 | + "moment": "^2.30.1", |
| 25 | + "postcss": "^8.5.1", |
| 26 | + "tailwindcss": "3.4.17", |
| 27 | + "typescript": "^5.0.0", |
| 28 | + "handlebars": "^4.7.8", |
| 29 | + "semver": "^7.7.2" |
| 30 | + }, |
| 31 | + "scripts": { |
| 32 | + "bundle": "mise run bundle-server", |
| 33 | + "check": "mise run check-all", |
| 34 | + "clean": "bun ./build.ts clean", |
| 35 | + "dev-static": "mise watch run-dev-static-server", |
| 36 | + "dev": "mise watch run-dev dynamic", |
| 37 | + "format": "mise run fmt-all", |
| 38 | + "prepack": "bun run bundle", |
| 39 | + "run-in-test": "mise run run-dev", |
| 40 | + "test": "mise run test-all" |
| 41 | + }, |
| 42 | + "dependencies": { |
| 43 | + "cborg": "^4.5.8" |
| 44 | + } |
45 | 45 | } |
0 commit comments