Local web viewer.

This commit is contained in:
David 2019-03-08 10:37:15 +01:00
commit 41c30b453b
19 changed files with 16998 additions and 9 deletions

28
viewer/package.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "viewer",
"version": "0.1.0",
"private": true,
"homepage": "https://lemmih.github.io/reanimate",
"dependencies": {
"react": "^16.8.2",
"react-ace": "^6.4.0",
"react-dom": "^16.8.2",
"react-scripts": "2.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {}
}