-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 826 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 826 Bytes
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
{
"private": true,
"name": "exploring-remix",
"description": "",
"license": "MIT",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"postinstall": "remix setup node",
"start": "remix-serve build"
},
"dependencies": {
"@apollo/client": "^3.5.5",
"@remix-run/react": "^1.0.4",
"@remix-run/serve": "^1.0.4",
"@types/marked": "^4.0.1",
"front-matter": "^4.0.2",
"graphql": "^16.0.1",
"marked": "^4.0.4",
"react": "^17.0.2",
"react-d3-tree": "^3.1.1",
"react-dom": "^17.0.2",
"remix": "^1.0.4",
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.0.4",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}