-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.99 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
{
"private": true,
"name": "remix-app-template",
"description": "",
"license": "",
"scripts": {
"postinstall": "remix setup node",
"build": "run-s \"build:*\"",
"build:css": "npm run generate:css -- --minify",
"build:remix": "remix build",
"dev": "run-p \"dev:*\"",
"dev:css": "npm run generate:css -- --watch",
"dev:remix": "cross-env NODE_ENV=development netlify dev",
"generate:css": "npx tailwindcss -o ./app/styles/tailwind.css"
},
"dependencies": {
"@babel/core": "^7.16.12",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@netlify/functions": "^0.10.0",
"@prismicio/client": "^6.6.3",
"@prismicio/react": "^2.4.2",
"@remix-run/netlify": "^1.1.3",
"@remix-run/react": "^1.1.3",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"dayjs": "^1.10.7",
"framer-motion": "^5.6.0",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch-dom": "^6.22.0",
"react-player": "^2.9.0",
"react-router-dom": "^6.2.1",
"remix": "^1.1.3",
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@graphql-codegen/cli": "^2.11.3",
"@graphql-codegen/fragment-matcher": "^3.3.0",
"@prismicio/types": "^0.2.0",
"@remix-run/dev": "^1.1.3",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.3",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-instantsearch-dom": "^6.12.2",
"algoliasearch": "^4.12.1",
"apollo-link-prismic": "^1.1.1",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.1.6",
"tailwindcss-touch": "^1.0.1",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}