summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..7178e213
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "opendc-frontend-experimental",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "bootstrap": "4.0.0-alpha.6",
+ "history": "^4.6.3",
+ "node-sass-chokidar": "^0.0.3",
+ "npm-run-all": "^4.0.2",
+ "react": "^15.6.1",
+ "react-dom": "^15.6.1",
+ "react-fontawesome": "^1.6.1",
+ "react-google-login": "^2.9.2",
+ "react-mailto": "^0.4.0",
+ "react-router-dom": "^4.1.1",
+ "react-scripts": "1.0.10"
+ },
+ "scripts": {
+ "build-css": "node-sass-chokidar src/ -o src/",
+ "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
+ "start-js": "react-scripts start",
+ "start": "npm-run-all -p watch-css start-js",
+ "build": "npm run build-css && react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ }
+}