|
| 1 | +{ |
| 2 | + "name": "@metamask/test-snaps", |
| 3 | + "version": "0.35.2-flask.1", |
| 4 | + "private": true, |
| 5 | + "description": "The test snaps website for MetaMask Snaps, used for end-to-end testing.", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/MetaMask/snaps.git" |
| 9 | + }, |
| 10 | + "license": "ISC", |
| 11 | + "sideEffects": false, |
| 12 | + "files": [], |
| 13 | + "scripts": { |
| 14 | + "test": "jest --passWithNoTests && yarn posttest", |
| 15 | + "posttest": "jest-it-up", |
| 16 | + "test:ci": "yarn test", |
| 17 | + "start": "yarn workspaces foreach --parallel --verbose --interlaced --all --include \"@metamask/test-snaps\" --include \"@metamask/example-snaps\" run start:test", |
| 18 | + "start:test": "cross-env NODE_ENV=development webpack serve", |
| 19 | + "build": "cross-env NODE_ENV=production webpack", |
| 20 | + "build:clean": "yarn clean && yarn build", |
| 21 | + "build:post-tsc": "yarn build", |
| 22 | + "clean": "rimraf 'dist'", |
| 23 | + "lint:eslint": "eslint . --cache --ext js,ts,jsx,tsx", |
| 24 | + "lint:misc": "prettier --no-error-on-unmatched-pattern --loglevel warn \"**/*.json\" \"**/*.md\" \"**/*.html\" \"!CHANGELOG.md\" --ignore-path ../../.gitignore", |
| 25 | + "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog", |
| 26 | + "lint:ci": "yarn lint", |
| 27 | + "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", |
| 28 | + "lint:changelog": "yarn auto-changelog validate" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "@metamask/snaps-utils": "workspace:^", |
| 32 | + "@metamask/utils": "^6.0.1", |
| 33 | + "@popperjs/core": "^2.11.8", |
| 34 | + "@reduxjs/toolkit": "^1.9.5", |
| 35 | + "bootstrap": "^5.2.2", |
| 36 | + "gl-matrix": "^3.4.3", |
| 37 | + "react": "^18.2.0", |
| 38 | + "react-bootstrap": "^2.5.0", |
| 39 | + "react-dom": "^18.2.0", |
| 40 | + "react-redux": "^8.0.5", |
| 41 | + "simplex-noise": "^4.0.0" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@metamask/auto-changelog": "^3.1.0", |
| 45 | + "@metamask/eslint-config": "^11.0.0", |
| 46 | + "@metamask/eslint-config-jest": "^11.0.0", |
| 47 | + "@metamask/eslint-config-nodejs": "^11.0.1", |
| 48 | + "@metamask/eslint-config-typescript": "^11.0.0", |
| 49 | + "@metamask/providers": "^11.0.0", |
| 50 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", |
| 51 | + "@swc/core": "^1.3.66", |
| 52 | + "@swc/jest": "^0.2.26", |
| 53 | + "@types/jest": "^27.5.1", |
| 54 | + "@types/node": "^20.3.1", |
| 55 | + "@types/webpack-env": "^1.18.1", |
| 56 | + "@typescript-eslint/eslint-plugin": "^5.42.1", |
| 57 | + "@typescript-eslint/parser": "^5.42.1", |
| 58 | + "copy-webpack-plugin": "^11.0.0", |
| 59 | + "cross-env": "^7.0.3", |
| 60 | + "css-loader": "^6.7.3", |
| 61 | + "deepmerge": "^4.2.2", |
| 62 | + "eslint": "^8.27.0", |
| 63 | + "eslint-config-prettier": "^8.5.0", |
| 64 | + "eslint-plugin-import": "^2.26.0", |
| 65 | + "eslint-plugin-jest": "^27.1.5", |
| 66 | + "eslint-plugin-jsdoc": "^39.6.2", |
| 67 | + "eslint-plugin-node": "^11.1.0", |
| 68 | + "eslint-plugin-prettier": "^4.2.1", |
| 69 | + "favicons": "^7.1.2", |
| 70 | + "favicons-webpack-plugin": "^6.0.0", |
| 71 | + "html-webpack-plugin": "^5.5.0", |
| 72 | + "jest": "^29.0.2", |
| 73 | + "jest-it-up": "^2.0.0", |
| 74 | + "prettier": "^2.7.1", |
| 75 | + "rimraf": "^4.1.2", |
| 76 | + "style-loader": "^3.3.2", |
| 77 | + "swc-loader": "^0.2.3", |
| 78 | + "terser-webpack-plugin": "^5.3.9", |
| 79 | + "ts-node": "^10.9.1", |
| 80 | + "tsconfig-paths-webpack-plugin": "^4.0.1", |
| 81 | + "typescript": "~4.8.4", |
| 82 | + "webpack": "^5.86.0", |
| 83 | + "webpack-cli": "^5.1.4", |
| 84 | + "webpack-dev-server": "^4.13.3" |
| 85 | + }, |
| 86 | + "engines": { |
| 87 | + "node": ">=16.0.0" |
| 88 | + } |
| 89 | +} |
0 commit comments