-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "metadb",
"version": "0.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"clean": "rimraf build/{bundle.js,style.css}",
"dev": "webpack-dev-server --content-base build/ --hot --inline --progress --colors --history-api-fallback",
"e2e-loop": "API_BASE_URL=http://localhost:3000 npm run build && npm run test:nw && npm run clean",
"e2e-setup": "selenium-standalone install",
"lint": "eslint .",
"mock-server": "lafayette-preserve-mock",
"test": "npm run lint && npm run test:single",
"test:app": "node test/server",
"test:e2e": "node test",
"test:nw": "nightwatch",
"test:single": "karma start --no-auto-watch --single-run",
"test:watch": "karma start --auto-watch --no-single-run"
},
"keywords": [],
"author": "",
"repository": {
"type": "git",
"url": "https://www.github.com/LafayetteCollegeLibraries/metadb-ui"
},
"license": "GPL-3.0",
"dependencies": {
"array-find": "^1.0.0",
"array-find-index": "^1.0.1",
"blacklight-querystring": "^3.0.0",
"classnames": "^2.2.5",
"color-shade": "^1.0.0",
"css-loader": "^0.23.1",
"debounce": "^1.0.0",
"deep-assign": "^2.0.0",
"es6-promise": "^3.2.1",
"extract-text-webpack-plugin": "^1.0.1",
"is-absolute-url": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"lodash.isequal": "^4.4.0",
"mediaelement": "^3.0.2",
"number-with-commas": "^1.1.0",
"object-assign": "^4.1.0",
"openseadragon": "^2.2.1",
"plyr": "^2.0.11",
"promise-queue": "^2.2.3",
"rc-slider": "^5.1.2",
"react": "^15.4.2",
"react-addons-shallow-compare": "15.4.2",
"react-autocomplete": "^1.4.0",
"react-dom": "^15.4.2",
"react-dropzone": "^3.5.3",
"react-modal": "^1.4.0",
"react-notification": "^6.6.0",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"react-router-redux": "^4.0.5",
"react-sticky": "^5.0.5",
"react-taco-table": "^0.1.6",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"sprintf-js": "^1.0.3",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"react-addons-shallow-compare": "15.4.2"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-static-fs": "^1.1.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.20.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"fetch-mock": "^5.1.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"lafayette-preserve-mock": "^0.1.0",
"mime": "^1.3.4",
"mocha": "^3.0.2",
"nightwatch": "^0.9.12",
"node-bourbon": "^4.2.8",
"node-neat": "^1.7.2",
"node-sass": "^3.13.1",
"pdfjs-dist": "^1.6.313",
"random-array-index": "^1.1.0",
"random-bool": "^1.0.2",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"redux-mock-store": "^1.2.0",
"rimraf": "^2.6.1",
"sass-loader": "^4.1.1",
"selenium-standalone": "^6.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7"
},
"plugins": [
"karma-mocha"
]
}