-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 930 Bytes
/
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
{
"name": "@shaai/react",
"version": "1.1.5",
"description": "React wrapper for Shaai",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel index.js --out-file dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaaijs/react.git"
},
"keywords": [
"shaaijs",
"shaai",
"blog"
],
"author": "Shaai",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaaijs/react/issues"
},
"homepage": "https://github.com/shaaijs/react#readme",
"dependencies": {
"@shaai/shaai": "^0.1.1",
"html-element-to-react": "^0.4.1"
},
"peerDependencies": {
"react": "^16.8.6",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0"
}
}