-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 781 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 781 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
{
"name": "hve",
"version": "1.0.0",
"description": "HTML Visual Editor",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adaptmen/hve.git"
},
"author": "adaptmen@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/adaptmen/hve/issues"
},
"homepage": "https://github.com/adaptmen/hve#readme",
"dependencies": {
"mobx": "6.4.2",
"mobx-react": "7.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "5.3.3",
"typescript": "4.6.2",
"vite": "2.8.6"
},
"devDependencies": {
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"@types/styled-components": "5.1.24"
}
}