This repository has been archived by the owner on Oct 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
66 lines (66 loc) · 1.67 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
{
"name": "react-cursor",
"version": "2.0.15",
"description": "Immutable state for React.js",
"keywords": [
"react",
"cursor",
"immutable",
"state",
"functional",
"flux"
],
"repository": {
"type": "git",
"url": "https://github.com/dustingetz/react-cursor.git"
},
"license": "MIT",
"scripts": {
"test": "karma start",
"start": "node server.js",
"build": "webpack",
"dist": "webpack --config webpack.dist.js",
"lib": "BABEL_ENV=commonjs babel src --out-dir lib"
},
"main": "./dist/react-cursor.js",
"jsnext:main": "src/react-cursor.js",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6",
"babel-loader": "^6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^6.1.3",
"chai": "^3.2",
"clone": "^1.0.2",
"es5-shim": "^4.0.3",
"karma": "0.13",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0",
"karma-firefox-launcher": "^1.0",
"karma-mocha": "^1.0",
"karma-mocha-reporter": "^2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-sinon-chai": "^1.1.0",
"karma-webpack": "1.7.0",
"lodash": "^3.10.1",
"lolex": "^1.5.0",
"mocha": "^2.0.1",
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.2",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"uglifyify": "~3.0",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"lodash.identity": "^3.0.0",
"lodash.isequal": "^4.0.0",
"lodash.isobject": "^3.0.0",
"lodash.omit": "^4.0.0",
"lodash.reduce": "^4.0.0",
"react-addons-update": "^0.14.2",
"update-in": "0.0.1-alpha.5"
}
}