-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 755 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 755 Bytes
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
{
"name": "react-native-style-queries",
"version": "0.1.1",
"description": "React Native responsive design",
"main": "index.js",
"repository": "https://github.com/codingitwrong/react-native-style-queries.git",
"homepage": "https://github.com/codingitwrong/react-native-style-queries#readme",
"author": "Josh Justice <me@codingitwrong.com>",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.60"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^30.0.3",
"prettier": "^3.0.0",
"react-native": "^0.84.1"
},
"scripts": {
"test": "jest --watchAll",
"lint": "eslint"
}
}