-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
88 lines (88 loc) · 3.2 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@wrappid/native-mobile",
"version": "0.0.262",
"description": "This repository is combined packages of all the Styled Components for react-native hybrid mobile project.",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"attributions:gen": "node ./scripts/attributions.gen.js",
"test": "echo 'testing not yet implemented'",
"build": "npx babel package --out-dir dist --copy-files",
"code:lint": "eslint --ignore-path .gitignore ./package",
"code:format": "npm run code:lint -- --fix ./package",
"release": "standard-version --bumpFiles ./package.json ./package/package.json ./package-lock.json ./package/package-lock.json",
"publish": "npm publish *.tgz --registry=https://npm.pkg.github.com --scope=@wrappid"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wrappid/native-mobile.git"
},
"keywords": [
"css-in-js",
"styled-components",
"react-native",
"react-native-paper",
"javascript"
],
"license": "MIT",
"author": {
"name": "Wrappid",
"email": "[email protected]",
"url": "https://www.github.com/wrappid"
},
"homepage": "https://github.com/wrappid/native-mobile",
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.20.0",
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/prompt-cli": "17.5.0",
"@react-native-community/eslint-config": "3.2.0",
"@tsconfig/react-native": "2.0.2",
"@types/jest": "29.2.1",
"@types/react": "18.0.24",
"@types/react-test-renderer": "18.0.0",
"babel-jest": "29.2.1",
"eslint": "8.56.0",
"eslint-plugin-etc": "2.0.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unused-imports": "2.0.0",
"format-package-json": "0.2.0",
"git-contributors": "0.2.5",
"husky": "8.0.3",
"jest": "29.2.1",
"license-checker": "25.0.1",
"metro-react-native-babel-preset": "0.73.9",
"prettier": "2.4.1",
"react-test-renderer": "18.2.0",
"standard-version": "9.5.0",
"typescript": "4.8.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "1.10.0",
"@react-native-community/netinfo": "11.3.1",
"@react-native-google-signin/google-signin": "11.0.1",
"@react-native-voice/voice": "3.2.4",
"core-js": "3.36.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.6",
"react-native-device-info": "10.8.0",
"react-native-document-picker": "9.1.1",
"react-native-image-crop-picker": "0.40.0",
"react-native-otp-inputs": "7.4.0",
"react-native-paper": "5.12.3",
"react-native-paper-dates": "0.22.3",
"react-native-paper-dropdown": "1.0.7",
"react-native-ratings": "8.1.0",
"react-native-safe-area-context": "4.5.2",
"react-native-vector-icons": "10.0.3",
"react-router-native": "6.22.3",
"styled-components": "5.3.9"
}
}