-
- Downloads
add top-level application components
Showing
- components/App.js 73 additions, 0 deletionscomponents/App.js
- components/Display.js 44 additions, 0 deletionscomponents/Display.js
- components/ManifestForm.js 66 additions, 0 deletionscomponents/ManifestForm.js
- components/index.html 14 additions, 0 deletionscomponents/index.html
- components/index.js 13 additions, 0 deletionscomponents/index.js
- components/index.scss 3 additions, 0 deletionscomponents/index.scss
- components/mirador.min.js 24966 additions, 0 deletionscomponents/mirador.min.js
- front-end.config.js 28 additions, 0 deletionsfront-end.config.js
- package.json 2 additions, 1 deletionpackage.json
components/App.js
0 → 100644
components/Display.js
0 → 100644
components/ManifestForm.js
0 → 100644
components/index.html
0 → 100644
components/index.js
0 → 100644
components/index.scss
0 → 100644
components/mirador.min.js
0 → 100644
This diff is collapsed.
front-end.config.js
0 → 100644
... | ... | @@ -9,7 +9,8 @@ |
"test": "npm run build && npm run build:dev && npm run lint && node_modules/.bin/jest", | ||
"test:watch": "npm test -- --watch", | ||
"build": "node_modules/.bin/webpack", | ||
"build:dev": "node_modules/.bin/webpack --config integrations.config.js" | ||
"build:dev": "node_modules/.bin/webpack --config front-end.config.js", | ||
"build:integrations": "node_modules/.bin/webpack --config integrations.config.js" | ||
}, | ||
"author": "Drew Winget <scipioaffricanus@gmail.com> (https://aeschylus.net/)", | ||
"license": "MIT", | ||
... | ... |
Please sign in to comment