|
1 | 1 | { |
2 | 2 | "name": "react-native-font-faces", |
3 | | - "version": "0.0.0", |
4 | | - "description": "Easily emulate @font-face behavior in react-native", |
5 | | - "repository": "https://github.com/Kjens93/react-native-font-faces.git", |
6 | | - "author": "Kyler Jensen <kjens93@users.noreply.github.com>", |
7 | | - "license": "MIT", |
8 | 3 | "main": "dist/commonjs/index.js", |
9 | 4 | "module": "dist/module/index.js", |
10 | | - "source": "src/index.ts", |
| 5 | + "author": "Kyler Jensen <kjens93@users.noreply.github.com>", |
11 | 6 | "typings": "dist/typescript/index.d.ts", |
| 7 | + "license": "MIT", |
| 8 | + "version": "0.0.0", |
12 | 9 | "react-native": "src/index.ts", |
| 10 | + "repository": "https://github.com/Kjens93/react-native-font-faces.git", |
| 11 | + "description": "Easily emulate @font-face behavior in react-native", |
13 | 12 | "files": [ |
14 | 13 | "src", |
15 | 14 | "dist" |
16 | 15 | ], |
17 | 16 | "scripts": { |
18 | 17 | "test": "jest", |
19 | 18 | "build": "bob build", |
20 | | - "start": "yarn example start", |
21 | | - "release": "semantic-release", |
22 | | - "example": "cd example && yarn" |
| 19 | + "release": "semantic-release" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "react-helmet": "^6.1.0", |
| 23 | + "redent": "^3.0.0", |
| 24 | + "ts-dedent": "^1.1.1" |
23 | 25 | }, |
24 | 26 | "peerDependencies": { |
25 | | - "react": ">=16.9.0", |
26 | | - "react-native": ">=0.60.0" |
| 27 | + "react": "^16.11.0", |
| 28 | + "react-native": "~0.60.0" |
27 | 29 | }, |
28 | 30 | "devDependencies": { |
29 | | - "@babel/core": "^7.10.5", |
| 31 | + "@babel/core": "^7.11.0", |
| 32 | + "@babel/preset-env": "^7.11.0", |
| 33 | + "@babel/preset-typescript": "^7.10.4", |
30 | 34 | "@commitlint/cli": "^9.1.1", |
31 | 35 | "@commitlint/config-conventional": "^9.1.1", |
32 | 36 | "@react-native-community/bob": "^0.16.2", |
33 | | - "@types/jest": "^26.0.4", |
| 37 | + "@types/jest": "^26.0.8", |
34 | 38 | "@types/react": "^16.9.43", |
35 | | - "@types/react-native": "^0.62.0", |
| 39 | + "@types/react-helmet": "^6.0.0", |
| 40 | + "@types/react-native": "~0.62.0", |
36 | 41 | "babel-jest": "^26.1.0", |
| 42 | + "babel-plugin-module-resolver": "^4.0.0", |
37 | 43 | "husky": "^4.2.5", |
38 | 44 | "jest": "^26.1.0", |
39 | | - "metro-react-native-babel-preset": "^0.60.0", |
| 45 | + "metro-react-native-babel-preset": "^0.61.0", |
40 | 46 | "prettier": "^2.0.5", |
41 | 47 | "pretty-quick": "^2.0.1", |
42 | 48 | "semantic-release": "^17.1.1", |
43 | | - "typescript": "^3.9.6" |
44 | | - }, |
45 | | - "husky": { |
46 | | - "hooks": { |
47 | | - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", |
48 | | - "pre-commit": "pretty-quick --staged" |
49 | | - } |
50 | | - }, |
51 | | - "dependencies": {} |
| 49 | + "typescript": "^3.9.7" |
| 50 | + } |
52 | 51 | } |
0 commit comments