forked from taofed/react-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.76 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
{
"name": "react-web",
"version": "0.2.4",
"description": "A framework for building web apps with React",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "[email protected]:taobaofed/react-web.git"
},
"main": "./lib/react-web.js",
"keywords": [
"react-native",
"react-web",
"react",
"react-component"
],
"scripts": {
"test": "jest",
"lint": "eslint . --ext .js --ext .jsx",
"start": "node local-cli/cli.js start webpack.config.js",
"demo": "node local-cli/cli.js bundle webpack.config.js",
"prepublish": "node scripts/publish",
"postpublish": "rm -rf ./lib"
},
"devDependencies": {
"babel-eslint": "5.0.0",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-1": "6.5.0",
"eslint": "1.10.3",
"eslint-loader": "1.0.0",
"eslint-plugin-react": "3.13.1",
"file-loader": "0.8.4",
"glob": "^7.0.3",
"haste-resolver": "0.2.1",
"haste-resolver-webpack-plugin": "0.2.1",
"jest-cli": "0.4.5",
"json-loader": "0.5.2",
"react-hot-loader": "1.2.7",
"url-loader": "0.5.6",
"webpack-html-plugin": "0.1.1",
"webpack-merge": "0.1.1"
},
"peerDependencies": {
"react": "~0.14.6",
"react-dom": "~0.14.6"
},
"dependencies": {
"autobind-decorator": "1.3.3",
"babel-core": "6.7.2",
"chalk": "1.1.1",
"core-js": "1.2.3",
"domkit": "0.0.1",
"easyfile": "0.1.0",
"fbjs": "0.6.1",
"graceful-fs": "4.1.2",
"history": "1.12.6",
"immutable": "3.7.5",
"object-assign": "3.0.0",
"promise": "7.0.4",
"react-mixin": "^3.0.3",
"react-timer-mixin": "0.13.2",
"rebound": "0.0.13",
"webpack": "1.12.10",
"webpack-dev-server": "1.14.0"
}
}