package.json (659B)
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-transform-class-properties": "^7.27.1", 15 "@babel/plugin-transform-modules-commonjs": "^7.23.0", 16 "babel-jest": "^25.1.0", 17 "babel-plugin-add-module-exports": "1.0.4", 18 "jest": "^25.1.0", 19 "react": "16.4.1", 20 "react-dom": "16.4.1", 21 "react-test-renderer": "16.4.1" 22 } 23 }