-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 KB
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
{
"name": "uimmutable",
"version": "0.5.7",
"description": "React components with Immutable powers.",
"keywords": [
"react",
"immutable"
],
"author": {
"url": "http://yneves.com/",
"name": "Yuri Neves Silveira",
"email": "yurinevessilveira@gmail.com"
},
"scripts": {
"docs": "./node_modules/esdoc/out/src/ESDocCLI.js -c ./esdoc.json",
"test": "eslint src",
"build": "webpack"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yneves/uimmutable.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yneves/uimmutable/issues"
},
"homepage": "https://github.com/yneves/uimmutable#readme",
"dependencies": {
"classnames": "^2.2.5",
"less-loader": "^2.2.3",
"moment": "^2.15.2",
"react-datepicker": "^0.34.0",
"react-onclickoutside": "4.8.0",
"rey": "^1.2.0"
},
"devDependencies": {
"babel-core": "6.14.0",
"babel-eslint": "^7.0.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-register": "^6.16.3",
"esdoc": "^1.1.0",
"esdoc-es7-plugin": "0.0.3",
"eslint": "^3.12.2",
"extract-text-webpack-plugin": "^1.0.1",
"webpack": "1.13.2"
}
}