-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "manatee-inspector",
"version": "0.0.1",
"description": "A custom implementation of a devtools-like DOM inspector for Sirenia Manatee.",
"main": "index.js",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/snowpack-env": "^2.3.4",
"prettier": "^2.7.1",
"snowpack": "^3.8.8",
"typescript": "^4.6.3"
},
"dependencies": {
"@codemirror/autocomplete": "^0.20.0",
"@codemirror/commands": "^0.20.0",
"@codemirror/lang-javascript": "^0.20.0",
"@codemirror/language": "^0.20.0",
"@codemirror/search": "^0.20.1",
"@codemirror/view": "^0.20.3",
"@react-hook/resize-observer": "^1.2.5",
"@uiw/react-codemirror": "^4.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"zustand": "^4.0.0-rc.0"
}
}