-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.04 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
{
"name": "project-cyan",
"type": "module",
"version": "0.1.0",
"private": false,
"repository": "git@github.com:aldwin7894/project-cyan.git",
"license": "MIT",
"author": "aldwin7894 <cyan@aldwin7894.dev>",
"scripts": {
"anilist:schema:dump": "rails anilist:dump_anilist_graphql",
"docker:build": ". ./.env && docker compose build web",
"docker:push": "docker compose push web",
"prettier": "prettier --write .",
"rails:dev": "bundle exec rails s -b 0.0.0.0",
"vite:dev": "./bin/vite dev --debug"
},
"browserslist": [
"defaults",
"chrome >= 87",
"firefox >= 78",
"safari >= 13",
"edge >= 88"
],
"dependencies": {
"@hotwired/turbo-rails": "^8.0.12",
"@rails/actioncable": "^8.0.100",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"alpinejs": "^3.14.8",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.7",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"iconify-icon": "^2.3.0",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.3",
"promise-polyfill": "^8.3.0",
"rollup-plugin-gzip": "^4.0.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass-embedded": "^1.83.1",
"smartcrop": "^2.0.5",
"swiper": "^10.3.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animatecss": "^3.0.5",
"terser": "^5.37.0",
"tippy.js": "^6.3.7",
"vite": "^6.0.7",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-ruby": "^5.1.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
"engines": {
"node": "22.12.0",
"npm": ">= 10.9",
"yarn": ">= 1.22"
}
}