forked from necolas/react-native-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.56 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
89
90
{
"_from": "react-native-web@^0.19.1",
"_id": "react-native-web@0.19.1",
"_inBundle": false,
"_integrity": "sha512-/gJQukY5/qBwDPPsU97IM2vYHH2EyRxpTSp9rHQeBPlVi/U2LId1Dk08gON1fqXzTSg/XmrOH3XmB2Xnm67BAA==",
"_location": "/react-native-web",
"_phantomChildren": {
"cross-fetch": "3.1.5",
"fbjs-css-vars": "1.0.2",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"promise": "7.3.1",
"setimmediate": "1.0.5",
"ua-parser-js": "0.7.34"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-web@^0.19.1",
"name": "react-native-web",
"escapedName": "react-native-web",
"rawSpec": "^0.19.1",
"saveSpec": null,
"fetchSpec": "^0.19.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.19.1.tgz",
"_shasum": "89767a6a84175879f4d20399a5401c4c1bced706",
"_spec": "react-native-web@^0.19.1",
"_where": "/Users/victor/Desktop/portal-mobile/feature_reactWeb/pilotly",
"author": {
"name": "Nicolas Gallagher"
},
"bugs": {
"url": "https://github.com/necolas/react-native-web/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.18.6",
"fbjs": "^3.0.4",
"inline-style-prefixer": "^6.0.1",
"normalize-css-color": "^1.0.2",
"postcss-value-parser": "^4.2.0",
"styleq": "^0.1.2"
},
"deprecated": false,
"description": "React Native for Web",
"files": [
"dist",
"src",
"!**/__tests__"
],
"homepage": "https://github.com/necolas/react-native-web#readme",
"keywords": [
"react",
"react-component",
"react-native",
"web"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
"name": "react-native-web",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git://github.com/necolas/react-native-web.git"
},
"scripts": {
"build": "npm-run-all clean -p \"build:* {@}\" --",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --config-file ../../configs/babel.config.js --out-dir dist/cjs --ignore \"**/__tests__\"",
"build:es": "babel src --config-file ../../configs/babel.config.js --out-dir dist --ignore \"**/__tests__\"",
"build:flow": "gen-flow-files ./src --out-dir ./dist",
"clean": "del-cli ./dist",
"dev": "npm-run-all clean -p \"build:* {@} -- --watch\""
},
"sideEffects": false,
"tags": [
"react"
],
"version": "0.19.1"
}