-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.48 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
{
"name": "bulk-edit-import-app",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"start": "remix-serve ./build/server/index.js",
"lint:check": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"lint:fix": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint . --fix",
"prettier:fix": "prettier --write .",
"prettier:check": "prettier --check .",
"test": "vitest run",
"typecheck": "tsc"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.621.0",
"@crystallize/design-system": "^1.24.15",
"@crystallize/import-export-sdk": "^1.0.3",
"@crystallize/js-api-client": "^3.2.0",
"@crystallize/reactjs-components": "^2.1.0",
"@crystallize/schema": "^1.1.1",
"@glideapps/glide-data-grid": "^6.0.3",
"@remix-run/node": "^2.10.3",
"@remix-run/react": "^2.10.3",
"@remix-run/serve": "^2.10.3",
"isbot": "^5.1.13",
"jose": "^5.6.3",
"json-to-graphql-query": "^2.2.5",
"lodash": "^4.17.21",
"marked": "^13.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.8.0",
"read-excel-file": "^5.8.4",
"remix-utils": "^7.6.0",
"write-excel-file": "^2.0.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@remix-run/dev": "^2.10.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.5"
},
"engines": {
"node": ">=20.11.1"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.11.1"
}
}