-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 824 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 824 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
27
28
29
30
31
32
33
34
{
"name": "react-native-simple-styles",
"version": "1.0.6",
"description": "Let's not reinvent the wheel. A stylesheet based CSS solution for React Native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"author": "Andrew Bloyce",
"license": "MIT",
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.2"
},
"repository": {
"type": "git",
"url": "https://github.com/bloycey/react-native-simple-styles"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"react": "^16.13.1",
"react-native": "^0.63.2"
},
"keywords": [
"React Native",
"CSS",
"Stylesheet",
"Simple"
]
}