figbertmath

[RADIOACTIVE] miscellaneous math programs in website form
git clone git://git.figbert.com/figbertmath.git
Log | Files | Refs | README

package.json (683B)


      1 {
      2   "name": "figbertmath",
      3   "version": "0.1.0",
      4   "private": true,
      5   "dependencies": {
      6     "immutability-helper": "^3.1.1",
      7     "prop-types": "^15.7.2",
      8     "react": "^17.0.1",
      9     "react-dom": "^17.0.1",
     10     "react-scripts": "4.0.1"
     11   },
     12   "scripts": {
     13     "start": "react-scripts start",
     14     "build": "react-scripts build",
     15     "test": "react-scripts test",
     16     "eject": "react-scripts eject"
     17   },
     18   "eslintConfig": {
     19     "extends": "react-app"
     20   },
     21   "browserslist": {
     22     "production": [
     23       ">0.2%",
     24       "not dead",
     25       "not op_mini all"
     26     ],
     27     "development": [
     28       "last 1 chrome version",
     29       "last 1 firefox version",
     30       "last 1 safari version"
     31     ]
     32   }
     33 }