tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

package.json (973B)


      1 {
      2  "scripts": {
      3    "test": "TZ=Europe/Prague jest",
      4    "test-ci": "TZ=Europe/Prague jest --json"
      5  },
      6  "dependencies": {
      7    "@babel/core": "^7.20.12",
      8    "@babel/plugin-proposal-class-properties": "7.18.6",
      9    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
     10    "@babel/plugin-proposal-optional-chaining": "^7.20.7",
     11    "@babel/plugin-proposal-private-methods": "^7.18.6",
     12    "@babel/plugin-transform-modules-commonjs": "^7.23.0",
     13    "babel-plugin-add-module-exports": "1.0.4",
     14    "@babel/preset-env": "^7.15.6",
     15    "@babel/preset-react": "7.14.5",
     16    "@babel/register": "^7.18.9",
     17    "babel-jest": "^23.0.0",
     18    "babel-plugin-module-resolver": "^4.1.0",
     19    "babel-plugin-transform-amd-to-commonjs": "1.4.0",
     20    "enzyme": "^3.11.0",
     21    "enzyme-adapter-react-16": "^1.15.7",
     22    "expect": "^1.16.0",
     23    "jest": "^24.6.0",
     24    "react": "16.4.1",
     25    "react-dom": "16.4.1",
     26    "react-test-renderer": "16.4.1",
     27    "sinon": "^1.17.5"
     28  }
     29 }