Begin frontend

This commit is contained in:
Elijah Lucian
2018-03-20 22:29:00 -06:00
parent 5107775913
commit 938046c0fd
41 changed files with 10207 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "protospace-lcars",
"version": "0.1.0",
"private": true,
"dependencies": {
"node-sass": "^4.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}