tor-browser

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

package.json (602B)


      1 {
      2  "license": "MPL-2.0",
      3  "engines": {
      4    "node": ">=8.9.4"
      5  },
      6  "scripts": {
      7    "test": "jest",
      8    "test-ci": "jest --json"
      9  },
     10  "dependencies": {
     11    "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
     12    "@babel/plugin-transform-class-properties": "^7.27.1",
     13    "@babel/plugin-transform-modules-commonjs": "^7.23.0",
     14    "babel-plugin-add-module-exports": "1.0.4",
     15    "enzyme": "^3.9.0",
     16    "enzyme-adapter-react-16": "^1.13.2",
     17    "enzyme-to-json": "^3.3.5",
     18    "jest": "^24.6.0",
     19    "react": "16.4.1",
     20    "react-dom": "16.4.1",
     21    "react-test-renderer": "16.4.1"
     22  }
     23 }