-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
105 lines (105 loc) · 2.88 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "vet4pet",
"description": "Vets4pets",
"author": "Manuel Montoya <mmontoya@gmail.com> MIT license",
"license": "MIT License",
"repository": {
"type": "git",
"url": "https://github.com/aarkerio/rails4vet.git"
},
"dependencies": {
"ansi-regex": "^2.0.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bootstrap-webpack": "0.0.5",
"cldr": "^3.4.1",
"cldr-data": "^28.0.4",
"cldrjs": "^0.4.4",
"cookie": "^0.2.3",
"cookies": "^0.5.1",
"css-loader": "^0.23.1",
"es6-promise": "^3.1.2",
"file-loader": "^0.8.5",
"globalize": "^1.1.1",
"globalize-webpack-plugin": "^0.3.3",
"humps": "^1.0.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.1",
"jquery-ui": "^1.10.5",
"json-loader": "^0.5.4",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"matchdep": "^1.0.1",
"mocha": "^2.4.5",
"modal": "^1.2.0",
"moment": "^2.12.0",
"react": "^15.3.0",
"react-bootstrap": "^0.30.2",
"react-cookie": "^0.4.5",
"react-dom": "^15.0.0",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.2",
"react-select": "^1.0.0-beta12",
"react-widgets": "^3.3.0",
"redux": "^3.3.1",
"redux-logger": "^2.6.0",
"redux-thunk": "^1.0.3",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"scripts": {
"test": "mocha -w test/helpers/browser.js test/*.spec.js",
"dev:hot": "webpack-dev-server --hot --inline --progress --colors --watch --display-error-details --display-cached --content-base ./"
},
"jest": {
"rootDir": "./app/assets/frontend/javascripts/",
"testDirectoryName": "__tests__",
"scriptPreprocessor": "./node_modules/babel-jest",
"unmockedModulePathPatterns": [
"react",
"react-addons-test-utils",
"react-dom"
]
},
"engines": {
"node": ">= 0.10"
},
"preprocessors": {
"node_modules/react/react.js": [
"babel",
"commonjs"
]
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-jest": "^10.0.1",
"babel-loader": "^6.2.2",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-survivejs-kanban": "^0.3.3",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"chai": "^3.5.0",
"eslint": "^2.0.0-rc.1",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"exports-loader": "~0.6.2",
"expose-loader": "~0.6.0",
"globalize-webpack-plugin": "^0.3.3",
"imports-loader": "~0.6.3",
"jest": "^0.1.40",
"jest-cli": "^0.10.0",
"jest-webpack": "^0.2.1",
"jsdom": "^8.3.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"mocha-jsdom": "^1.1.0",
"sinon": "^1.17.3"
}
}