-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 966 Bytes
/
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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev:remix": "remix watch",
"dev:wrangler": "cross-env NODE_ENV=development wrangler pages dev ./public",
"dev": "remix build && run-p \"dev:*\"",
"start": "cross-env NODE_ENV=production npm run dev:wrangler"
},
"dependencies": {
"@remix-run/cloudflare": "^1.6.7",
"@remix-run/cloudflare-pages": "^1.6.7",
"@remix-run/react": "^1.6.7",
"cross-env": "^7.0.3",
"opentype.js": "^1.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.14.1",
"@remix-run/dev": "^1.6.7",
"@remix-run/eslint-config": "^1.6.7",
"@types/opentype.js": "^1.3.3",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.20.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4",
"wrangler": "^2.0.22"
},
"engines": {
"node": ">=14"
}
}