-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.47 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
{
"name": "akm-remix",
"version": "2.0.0",
"private": true,
"description": "Find affordable games and downloadable content from dozens of stores with zero hassle.",
"license": "MIT",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/iffa/akm-remix.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production npm run build:css && remix build",
"build:css": "tailwindcss -o ./app/tailwind.css",
"dev": "node -r dotenv/config node_modules/.bin/cross-env NODE_ENV=development concurrently \"npm run dev:css\" \"remix dev\"",
"dev:css": "tailwindcss -o ./app/tailwind.css --watch"
},
"dependencies": {
"@remix-run/node": "1.19.1",
"@remix-run/react": "1.19.1",
"@remix-run/vercel": "1.19.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.4",
"@tailwindcss/line-clamp": "0.4.4",
"dotenv": "16.3.1",
"i18next": "23.4.1",
"ky": "^0.33.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.3",
"react-icons": "4.10.1"
},
"devDependencies": {
"@remix-run/dev": "1.19.1",
"@remix-run/serve": "1.19.1",
"@tsconfig/remix": "^2.0.0",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"concurrently": "8.2.0",
"cross-env": "7.0.3",
"postcss": "8.4.27",
"prettier": "3.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"engines": {
"node": ">=14"
}
}