tor-browser

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

package.json (774B)


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