-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.09 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
49
50
51
52
{
"name": "hizzy",
"description": "Hizzy is a React based modern web framework!",
"version": "0.0.48-beta",
"main": "hizzy.min.js",
"bin": {
"hizzy": "./hizzy.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/OguzhanUmutlu/hizzy"
},
"keywords": [
"framework",
"fullstack",
"frontend",
"backend",
"hizzy",
"development",
"fast",
"easy",
"simple",
"socket",
"jsx",
"tsx"
],
"bugs": {
"url": "https://github.com/OguzhanUmutlu/hizzy"
},
"license": "MIT",
"author": "OguzhanUmutlu",
"scripts": {},
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/parser": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/traverse": "^7.22.5",
"csso": "^5.0.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fancy-printer": "^1.2.37",
"html-minifier-terser": "^7.2.0",
"jszip": "^3.10.1",
"mime": "^3.0.0",
"open": "^8.4.2",
"preact": "^10.15.1",
"uglify-js": "^3.17.4",
"ws": "^8.13.0",
"xss": "^1.0.14"
}
}