-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1001 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
36
37
38
{
"name": "remotion",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "tailwindcss -o ./app/tailwind.css && remix build",
"dev": "concurrently -c green,blue npm:dev:*",
"dev:css": "tailwindcss -o ./app/tailwind.css --watch",
"dev:remix": "remix dev",
"postinstall": "remix setup node",
"start": "remix-serve build"
},
"dependencies": {
"@notionhq/client": "0.4.10",
"@remix-run/react": "^1.1.1",
"@remix-run/serve": "^1.1.1",
"clsx": "^1.1.1",
"node-cache": "^5.1.2",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.1.1"
},
"devDependencies": {
"@remix-run/dev": "^1.1.1",
"@tailwindcss/typography": "^0.5.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"concurrently": "^7.0.0",
"dotenv-flow": "^3.2.0",
"tailwindcss": "^3.0.8",
"typescript": "^4.5.4"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}