forked from areslabs/react-native-withcss
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 750 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 750 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
{
"name": "react-native-withcss",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@react-native-community/hooks": "^2.6.0",
"css": "^2.2.4",
"css-mediaquery": "github:fosscord/css-mediaquery",
"css-to-react-native": "^3.0.0",
"missing-native-js-functions": "^1.2.5",
"node-fetch": "^2.6.7",
"react": "^16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz"
},
"devDependencies": {
"@types/css": "^0.0.31",
"@types/css-to-react-native": "^3.0.0",
"@types/node": "^12.20.7",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-native": "^0.64.2",
"typescript": "^4.2.3"
},
"scripts": {
"build": "tsc -b ."
}
}