forked from earthstar-project/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"private": true,
"name": "remix-app-template",
"description": "",
"license": "",
"scripts": {
"build": "remix build",
"remix-dev": "remix dev",
"postinstall": "remix setup",
"deploy": "flyctl deploy",
"start": "remix-serve build",
"css": "postcss styles --base styles --dir app/styles --ext css -w",
"dev": "pm2-dev pm2.config.js"
},
"dependencies": {
"@remix-run/dev": "^1.0.0",
"@remix-run/react": "^1.0.0",
"@remix-run/serve": "^1.0.0",
"etag": "^1.8.1",
"lru-cache": "^6.0.0",
"mdx-bundler": "^8.0.0",
"mdx-prism": "^0.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^4.1.0",
"rehype-slug": "^5.0.1",
"remark-toc": "^8.0.1",
"remix": "^1.0.0"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"@types/etag": "^1.8.1",
"@types/lru-cache": "^5.1.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"autoprefixer": "^10.3.7",
"pm2": "^5.1.2",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"tailwindcss": "^2.2.17",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}