-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "metanear-react-components",
"version": "0.2.0",
"description": "React components to interact with Meta NEAR contracts on NEAR Protocol blockchain",
"license": "MIT",
"repository": "metanear/react-components",
"homepage": "https://metanear.github.io/react-components",
"main": "dist-modules",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"dist": "babel ./src --out-dir ./dist-modules",
"prepare": "yarn dist"
},
"dependencies": {
"metanear-sdk-js": "^0.3.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": ">= 0.11.2 < 17.0.0",
"react-dom": ">= 0.11.2 < 17.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^24.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}