-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"private": true,
"name": "remix-app-template",
"description": "",
"license": "",
"scripts": {
"dev": "node -r dotenv/config node_modules/.bin/remix dev",
"dev:remix": "remix dev",
"build": "remix build",
"postinstall": "remix setup node"
},
"dependencies": {
"@remix-run/react": "^1.1.3",
"@remix-run/serve": "^1.1.3",
"@remix-run/vercel": "^1.1.3",
"@stitches/react": "1.2.6",
"@urql/core": "2.4.3",
"airtable": "0.11.1",
"axios": "0.25.0",
"axios-retry": "3.2.4",
"date-fns": "2.28.0",
"dotenv": "14.2.0",
"framer-motion": "6.2.8",
"graphql": "16.3.0",
"nprogress": "0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-mailchimp-subscribe": "2.1.3",
"remix": "^1.1.3"
},
"devDependencies": {
"@remix-run/dev": "^1.1.3",
"@types/nprogress": "0.2.0",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-mailchimp-subscribe": "2.1.1",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}