initial commit

This commit is contained in:
2018-11-10 22:53:54 +01:00
commit e65ebec5ff
50 changed files with 21235 additions and 0 deletions

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "website",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-reveal": "^1.2.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-syntax-highlighter": "^7.0.4",
"react-transition-group": "^2.3.1",
"router": "^1.3.2",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.80.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && firebase deploy"
}
}