-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "@vela/ui",
"version": "0.6.34",
"description": "Vela React UI Toolkit",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"build": "babel src --out-dir dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/velabikes/vela-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/velabikes/vela-ui/issues"
},
"homepage": "https://github.com/velabikes/vela-ui#readme",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.19.0",
"prettier": "^1.19.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-native": "^0.66.4"
},
"dependencies": {
"@types/convert-units": "^2.3.3",
"convert-units": "^2.3.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"formik": "^2.1.4",
"prop-types": "^15.7.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-svg": "^12.1.0"
}
}