forked from folio-org/ui-eholdings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
{
"name": "@folio/eholdings",
"version": "0.1.0",
"description": "FOLIO eholdings management application",
"main": "src/index.js",
"repository": "https://github.com/thefrontside/ui-eholdings",
"license": "MIT",
"scripts": {
"postinstall": "bin/link-self",
"start": "node demo/stripes.js dev demo/stripes.config.js",
"build": "node demo/stripes.js build demo/stripes.config.js dist",
"test": "karma start",
"lint": "eslint src"
},
"devDependencies": {
"@folio/stripes-core": "thefrontside/stripes-core#master",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"chai": "^4.0.2",
"chai-jquery": "^2.0.0",
"eslint": "^4.3.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.1.0",
"jquery": "^3.2.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-webpack": "^2.0.3",
"lodash": "^4.17.4",
"mirage-server": "cowboyd/mirage-server",
"mocha": "^3.4.2",
"query-string": "^5.0.0",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"react-hot-loader": "next",
"react-test-renderer": "^15.6.1",
"react-trigger-change": "^1.0.2",
"svg-react-loader": "^0.4.4",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"redux-actions": "^2.2.1"
},
"stripes": {
"type": "app",
"displayName": "e-holdings",
"route": "/eholdings",
"okapiInterfaces": {
"kb-ebsco": "0.1.0"
}
}
}