-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "tide",
"version": "2.3.0",
"description": "A Flux-like State Management Library for React by your friends at Tictail.",
"main": "index.js",
"license": "MIT",
"repository": "git@github.com:tictail/tide.git",
"scripts": {
"2npm": "publish"
},
"jest": {
"testRegex": "_test.js$",
"moduleDirectories": [
"src",
"node_modules"
]
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-jest": "~19.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-react-transform": "~2.0.2",
"babel-plugin-rewire": "~1.0.0",
"babel-polyfill": "~6.22.0",
"babel-preset-es2015": "~6.22.0",
"babel-preset-react": "~6.22.0",
"babel-preset-stage-2": "~6.22.0",
"babel-register": "^6.22.0",
"copy-loader": "^0.1.3",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-react": "~6.10.0",
"eslint-plugin-standard": "^2.0.1",
"html-webpack-plugin": "^2.28.0",
"jest": "~19.0.1",
"publish": "^0.6.0",
"react": "^15.5.4",
"react-addons-test-utils": "~15.5.1",
"react-dom": "^15.5.4",
"webpack": "^2.2.1"
},
"peerDependencies": {
"react": "^0.14.3 || ^15.0"
},
"dependencies": {
"immutable": "^3.8.1",
"immutablediff": "^0.4.4",
"lodash.mapvalues": "^4.6.0",
"lodash.wrap": "^4.1.1",
"prop-types": "~15.5.8",
"shallowequal": "^1.0.1"
}
}