forked from udfujipratama/fujiboxglobal.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.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
{
"name": "remix-template-vercel-ts",
"private": true,
"description": "",
"license": "",
"sideEffects": false,
"scripts": {
"build": "npm run build:css && remix build",
"build:css": "tailwindcss -m -i ./styles/app.css -o app/styles/app.css",
"dev": "concurrently 'npm run dev:css' 'remix dev'",
"dev:css": "tailwindcss -w -i ./styles/app.css -o app/styles/app.css",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"postinstall": "remix setup node"
},
"dependencies": {
"@balavishnuvj/remix-seo": "^1.0.2",
"@headlessui/react": "1.5.0",
"@remix-run/react": "^1.3.2",
"@remix-run/vercel": "^1.3.2",
"@splitbee/web": "^0.3.0",
"@trendyol-js/react-carousel": "^3.0.0-beta.4",
"@urql/core": "^2.4.3",
"graphql": "16.3.0",
"graphql-request": "4.2.0",
"nprogress": "0.2.0",
"prop-types": "15.8.1",
"query-string": "7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "7.29.0",
"react-icons": "^4.3.1",
"remix": "^1.3.2"
},
"devDependencies": {
"@remix-run/dev": "^1.3.2",
"@remix-run/eslint-config": "^1.3.2",
"@remix-run/serve": "^1.3.2",
"@tailwindcss/typography": "^0.5.2",
"@types/nprogress": "0.2.0",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"autoprefixer": "^10.4.2",
"concurrently": "^7.0.0",
"daisyui": "^2.15.0",
"eslint": "8.12.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "16.2.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-unused-imports": "2.0.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=14"
}
}