WIP:bulma
[website] / package.json
index 57b20dd..2076cd4 100644 (file)
@@ -4,16 +4,7 @@
   "version": "0.0.1",
   "devDependencies": {
     "autoprefixer": "^9.7.6",
   "version": "0.0.1",
   "devDependencies": {
     "autoprefixer": "^9.7.6",
-    "babel-cli": "^6.26.0",
-    "babel-preset-env": "^1.7.0",
-    "babel-preset-es2015-ie": "^6.7.0",
     "bulma": "^0.9.2",
     "bulma": "^0.9.2",
-    "grunt": "^1.3.0",
-    "grunt-contrib-clean": "^1.1.0",
-    "grunt-contrib-cssmin": "^3.0.0",
-    "grunt-contrib-less": "^2.0.0",
-    "grunt-contrib-watch": "^1.1.0",
-    "grunt-newer": "^1.1.1",
     "http-server": "^0.12.3",
     "node-sass": "^4.13.1",
     "npm-run-all": "^4.1.5",
     "http-server": "^0.12.3",
     "node-sass": "^4.13.1",
     "npm-run-all": "^4.1.5",
   },
   "scripts": {
     "css-deploy": "npm run css-build && npm run css-postcss",
   },
   "scripts": {
     "css-deploy": "npm run css-build && npm run css-postcss",
-    "css-build": "node-sass _sass/main.scss css/main.css",
-    "css-postcss": "postcss --use autoprefixer --output css/main.css css/main.css",
+    "css-build": "node-sass sass/juplo.scss dist/css/juplo.css",
+    "css-postcss": "postcss --use autoprefixer --output dist/css/juplo.css dist/css/juplo.css",
     "css-watch": "npm run css-build -- --watch",
     "css-watch": "npm run css-build -- --watch",
-    "deploy": "npm run css-deploy && npm run js-build",
-    "js-build": "babel _javascript --out-dir lib",
-    "js-watch": "npm run js-build -- --watch",
-    "start": "npm-run-all --parallel css-watch js-watch"
+    "deploy": "npm run css-deploy",
+    "server": "http-server dist -p8888 -c0",
+    "devel": "npm run css-build && npm-run-all --parallel server css-watch"
   }
 }
   }
 }