-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.82 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
{
"name": "e-commerce-starter",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore .",
"typecheck": "tsc",
"prettier:check": "prettier . -c"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@netlify/functions": "^2.8.2",
"@netlify/remix-adapter": "^2.5.1",
"@radix-ui/react-icons": "^1.3.1",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@wix/ecom": "^1.0.787",
"@wix/members": "^1.0.112",
"@wix/redirects": "^1.0.58",
"@wix/sdk": "^1.14.2",
"@wix/stores": "^1.0.274",
"@wix/stores_products": "^1.0.79",
"classnames": "^2.5.1",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^11.11.11",
"isbot": "^5.1.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-remove-scroll": "^2.6.0",
"remix-utils": "^7.7.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@faker-js/faker": "^9.1.0",
"@remix-run/dev": "^2.13.1",
"@remix-run/testing": "^2.13.1",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@wixc3/define-remix-app": "^4.5.1",
"@wixc3/react-board": "^4.3.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "^3.3.3",
"sass": "~1.80.5",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}