tor-browser

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

package.json (814B)


      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-proposal-nullish-coalescing-operator": "^7.8.3",
     13    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
     14    "@babel/plugin-proposal-class-properties": "7.10.4",
     15    "babel-plugin-transform-amd-to-commonjs": "1.4.0",
     16    "@babel/plugin-transform-modules-commonjs": "^7.23.0",
     17    "babel-plugin-add-module-exports": "1.0.4",
     18    "devtools-modules": "1.1.5",
     19    "enzyme": "^3.9.0",
     20    "enzyme-adapter-react-16": "^1.13.2",
     21    "enzyme-to-json": "^3.3.5",
     22    "jest": "^24.6.0",
     23    "react": "16.4.1",
     24    "react-dom": "16.4.1",
     25    "react-test-renderer": "16.4.1"
     26  }
     27 }