-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "cross-env NODE_ENV=development netlify dev",
"start": "cross-env NODE_ENV=production netlify dev",
"gen:component": "plop"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.5",
"@chakra-ui/skip-nav": "^2.0.11",
"@chakra-ui/theme": "^2.1.13",
"@chakra-ui/theme-tools": "^2.0.12",
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^1.0.4",
"@netlify/functions": "^1.2.0",
"@remix-run/netlify": "^1.12.0",
"@remix-run/node": "^1.12.0",
"@remix-run/react": "^1.12.0",
"@types/masonry-layout": "^4.2.5",
"airtable": "^0.11.6",
"chakra": "0.0.3",
"cross-env": "^7.0.3",
"dayjs": "^1.11.5",
"framer-motion": "^7.5.1",
"ismobilejs": "^1.1.1",
"lodash": "^4.17.21",
"netlify-cli": "^14.3.1",
"nuka-carousel": "^5.4.0",
"react": "^18.2.0",
"react-div-100vh": "^0.7.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.36.1",
"react-masonry-css": "^1.0.16",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@remix-run/dev": "^1.12.0",
"@remix-run/eslint-config": "^1.12.0",
"@types/lodash": "^4.14.186",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.12",
"babel-jest": "^29.1.2",
"concurrently": "^7.4.0",
"eslint": "^8.24.0",
"plop": "^3.1.1",
"postcss": "^8.4.17",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14"
}
}