This repository has been archived by the owner on May 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 449
/
package.json
64 lines (64 loc) · 1.66 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
{
"name": "react-web",
"version": "1.1.3",
"description": "A library for building web apps with React Native compatible API.",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "[email protected]:taobaofed/react-web.git"
},
"main": "./lib/index.js",
"keywords": [
"react-native",
"react-native-web",
"react-web",
"react",
"react-component"
],
"scripts": {
"test": "jest",
"lint": "eslint --ext .js --ext .jsx ./ --fix",
"compile": "node scripts/compile.js",
"prepublish": "npm run lint && npm run compile",
"postpublish": "rm -rf ./lib"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-react-native": "^4.0.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.15.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.5.1",
"file-loader": "^1.1.6",
"glob": "^7.1.2",
"haste-resolver": "^0.2.2",
"haste-resolver-webpack-plugin": "^0.2.2",
"jest-cli": "^22.1.1",
"json-loader": "^0.5.7",
"react-hot-loader": "^3.1.3",
"url-loader": "^0.6.2",
"webpack-html-plugin": "^0.1.1",
"webpack-merge": "^4.1.1",
"chalk": "1.1.1",
"core-js": "2.2.2",
"cross-spawn": "4.0.2",
"easyfile": "0.1.0",
"graceful-fs": "4.1.11",
"promise": "8.0.1",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.0"
},
"peerDependencies": {
"react": "^16.0",
"react-dom": "^16.0"
},
"dependencies": {
"fbjs": "0.8.16",
"prop-types": "15.6.0",
"react-native-web": "0.3.1",
"react-native-web-webview": "^0.2.5"
}
}