-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 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
{
"name": "@cw1997/ez-react",
"description": "A simple implementation of react",
"repository": {
"type": "git",
"url": "git+https://github.com/cw1997/ez-react.git"
},
"keywords": [
"react",
"framework",
"typescript",
"javascript"
],
"author": "cw1997",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cw1997/ez-react/issues"
},
"homepage": "https://github.com/cw1997/ez-react#readme",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.4",
"babel-loader": "^8.2.5",
"jest": "^28.1.2",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}