-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "theme",
"version": "3.5.0",
"description": "",
"type": "module",
"scripts": {
"build:atcb": "esbuild node_modules/add-to-calendar-button/dist/atcb-no-pro.js --legal-comments=none --drop:console --minify --outfile=totem/static/js/atcb.min.js && perl -pi -e s,add-to-calendar-pro.com,totem.org,g totem/static/js/atcb.min.js",
"build:js": "./build.mjs",
"build:tailwind": "NODE_ENV=production npm run tw",
"build": "concurrently \"npm run build:tailwind\" \"npm run build:js\" \"npm run build:atcb\"",
"dev": "concurrently --kill-others \"npm run watch:js\" \"npm run watch:tailwind\" \"npm run livereload\"",
"livereload": "livereload ./totem/ -e 'html,css,js,py,mjml' --wait 200",
"openapi-ts": "openapi-ts",
"start": "npm run dev",
"tw": "tailwindcss --postcss -i ./assets/css/styles.css -o ./totem/static/js/bundles/styles.css --minify",
"watch:js": "./build.mjs watch",
"watch:tailwind": "NODE_ENV=development npm run tw -- --watch",
"test": "vitest",
"test:ci": "vitest run"
},
"keywords": [],
"author": "",
"license": "MIT",
"engines": {
"node": ">=20"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.9.0",
"@hey-api/openapi-ts": "^0.60.1",
"@solidjs/testing-library": "^0.8.10",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.2",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"concurrently": "^9.0.0",
"daisyui": "^4.0.2",
"esbuild": "^0.24.0",
"esbuild-plugin-solid": "^0.6.0",
"eslint": "^9.9.0",
"eslint-plugin-solid": "^0.14.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"jsdom": "^25.0.1",
"livereload": "^0.9.3",
"postcss": "^8.4.14",
"postcss-import": "^16.0.0",
"postcss-nested": "^7.0.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"prettier-plugin-jinja-template": "^2.0.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"tailwindcss": "^3.2.7",
"typescript": "^5.4.5",
"typescript-eslint": "^8.1.0",
"vite-plugin-solid": "^2.10.2",
"vite-tsconfig-paths": "^5.1.0",
"vitest": "^2.1.4"
},
"dependencies": {
"@hey-api/client-fetch": "^0.5.4",
"@leeoniya/ufuzzy": "^1.0.14",
"@rnwonder/solid-date-picker": "^1.4.0",
"@solid-primitives/intersection-observer": "^2.1.6",
"@solid-primitives/media": "^2.2.9",
"@solid-primitives/refs": "^1.0.8",
"@tanstack/solid-query": "^5.51.19",
"@totem.org/solid-boring-avatars": "^0.0.2",
"@zootools/email-spell-checker": "^1.12.0",
"add-to-calendar-button": "^2.3.1",
"modern-screenshot": "^4.5.1",
"solid-element": "^1.8.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.14",
"tippy.js": "^6.3.7"
}
}