old-ybbond

My old site that was written with ReactJS
Log | Files | Refs | README | LICENSE | CC-LICENSE

package.json (1478B)


      1 {
      2   "name": "ybbond",
      3   "version": "1.0.0",
      4   "description": "My personal website.",
      5   "main": "index.js",
      6   "repository": "https://github.com/ybbond/ybbond",
      7   "author": "Yohanes Bandung <bandungpenting@gmail.com>",
      8   "license": "MIT",
      9   "scripts": {
     10     "start": "webpack-dev-server --mode development",
     11     "build": "webpack --mode production",
     12     "analyze": "WEBPACK_ANALYZE_WEB=true npm run build"
     13   },
     14   "dependencies": {
     15     "dotenv": "^8.2.0",
     16     "react": "^16.13.0",
     17     "react-dom": "^16.13.0",
     18     "react-router": "^5.1.2",
     19     "styled-components": "^5.0.1",
     20     "styled-theming": "^2.2.0"
     21   },
     22   "devDependencies": {
     23     "@babel/cli": "^7.8.4",
     24     "@babel/core": "^7.8.7",
     25     "@babel/preset-env": "^7.8.7",
     26     "@babel/preset-flow": "^7.8.3",
     27     "@babel/preset-react": "^7.8.3",
     28     "babel-eslint": "^10.1.0",
     29     "babel-loader": "^8.0.6",
     30     "babel-plugin-styled-components": "^1.10.7",
     31     "clean-webpack-plugin": "^3.0.0",
     32     "eslint": "^6.8.0",
     33     "eslint-config-prettier": "^6.10.0",
     34     "eslint-plugin-flowtype": "^4.6.0",
     35     "eslint-plugin-prettier": "^3.1.2",
     36     "eslint-plugin-react": "^7.19.0",
     37     "flow-bin": "^0.120.1",
     38     "html-webpack-plugin": "^3.2.0",
     39     "prettier": "1.19.1",
     40     "robotstxt-webpack-plugin": "^7.0.0",
     41     "sitemap-webpack-plugin": "^0.7.1",
     42     "webpack": "^4.42.0",
     43     "webpack-bundle-analyzer": "^3.6.1",
     44     "webpack-cli": "^3.3.11",
     45     "webpack-dev-server": "^3.10.3",
     46     "zopfli-webpack-plugin": "^0.1.0"
     47   }
     48 }