-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
59 lines (59 loc) · 1.7 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
{
"private": true,
"name": "remix-app-template",
"description": "",
"license": "",
"scripts": {
"build": "remix build",
"clean": "rimraf ./public/build ./build ./.cache/content-v2 ./.cache/index-v5",
"dev": "remix dev",
"test": "cypress-parallel -s cy:run -t 4 -d ./cypress/e2e",
"cy:run": "cypress run --config video=false",
"cypress": "cypress open",
"start": "remix-serve build",
"postinstall": "run-s setup:*",
"setup:install-sharp": "(cd ./node_modules/sharp && npm run install)"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@next-boost/hybrid-disk-cache": "^0.3.0",
"@remix-run/css-bundle": "1.16.0-pre.1",
"@remix-run/node": "1.16.0-pre.1",
"@remix-run/react": "1.16.0-pre.1",
"@remix-run/serve": "1.16.0-pre.1",
"@shopify/shopify-api": "^2.0.0",
"classnames": "^2.3.1",
"decimal.js": "^10.3.1",
"isbot": "^3.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redis": "^4.0.1",
"remix-image": "^1.4.0",
"remix-image-sharp": "^0.1.4"
},
"devDependencies": {
"@remix-run/dev": "1.16.0-pre.1",
"@tailwindcss/typography": "^0.5.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/sharp": "^0.32.0",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.14",
"cypress": "^12.11.0",
"cypress-parallel": "^0.12.0",
"dotenv-cli": "^4.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"postcss-load-config": "^3.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.7",
"tailwindcss-named-groups": "^0.0.5",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=14"
},
"sideEffects": false,
"prettier": {}
}