-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.36 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
{
"name": "e-jsx",
"version": "1.0.0",
"description": "<p align=\"center\"> <a href=\"https://getbootstrap.com/\"> <img src=\"https://getbootstrap.com/docs/5.0/assets/brand/bootstrap-logo-shadow.png\" alt=\"Bootstrap logo\" width=\"200\" height=\"165\"> </a> </p>",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"start": "npx styleguidist server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LarvenLLC/e-jsx.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/LarvenLLC/e-jsx/issues"
},
"homepage": "https://github.com/LarvenLLC/e-jsx#readme",
"peerDependencies": {
"react": "^17.x",
"react-dom": "^17.x"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"react": "^17.0.2",
"react-docgen-typescript": "^1.22.0",
"react-dom": "^17.0.2",
"react-styleguidist": "^11.1.6",
"source-map-loader": "^2.0.1",
"ts-loader": "^9.1.2",
"webpack": "^5.36.2"
},
"dependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"typescript": "^4.2.4"
}
}