|
5 | 5 | "homepage": "https://github.com/P5-wrapper/react", |
6 | 6 | "license": "MIT", |
7 | 7 | "type": "module", |
8 | | - "main": "dist/components/index.js", |
| 8 | + "browser": "dist/components/index.js", |
9 | 9 | "module": "dist/components/index.esm.js", |
10 | 10 | "types": "dist/components/index.d.ts", |
11 | 11 | "files": [ |
|
21 | 21 | "format:check": "pnpm prettier --check .", |
22 | 22 | "format": "pnpm prettier --write .", |
23 | 23 | "lint:fix": "pnpm lint --fix", |
24 | | - "lint": "eslint --config config/eslint/eslint.json src/ --ignore-path .gitignore", |
| 24 | + "lint": "eslint --config config/eslint/eslint.json . --ignore-path .gitignore", |
25 | 25 | "prettier": "prettier --config config/prettier/prettier.json --ignore-path .gitignore", |
26 | 26 | "release": "pnpm build && gh-pages -d dist/demo && pnpm publish", |
27 | 27 | "start": "webpack serve --config config/webpack/webpack.config.js --mode development", |
|
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "name": "Andreas Wolf", |
48 | | - |
| 48 | + |
| 49 | + "url": "https://github.com/and-who" |
49 | 50 | }, |
50 | 51 | { |
51 | 52 | "name": "Ivan Malyugin" |
52 | 53 | }, |
53 | 54 | { |
54 | 55 | "name": "Benjamin Saphier", |
55 | 56 | "url": "https://github.com/bsaphier" |
| 57 | + }, |
| 58 | + { |
| 59 | + "name": "Mark Fuller", |
| 60 | + "url": "https://github.com/MarkFuller1" |
| 61 | + }, |
| 62 | + { |
| 63 | + "name": "Nathan Manousos", |
| 64 | + "url": "https://github.com/trafnar" |
56 | 65 | } |
57 | 66 | ], |
58 | 67 | "repository": { |
|
63 | 72 | "url": "https://github.com/P5-wrapper/react/issues" |
64 | 73 | }, |
65 | 74 | "dependencies": { |
66 | | - "@rollup/plugin-terser": "^0.3.0", |
67 | | - "@rollup/plugin-typescript": "^11.0.0", |
68 | 75 | "microdiff": "^1.3.1", |
69 | 76 | "p5": "^1.5.0" |
70 | 77 | }, |
|
77 | 84 | "@babel/preset-env": "^7.20.2", |
78 | 85 | "@babel/preset-react": "^7.18.6", |
79 | 86 | "@babel/preset-typescript": "^7.18.6", |
| 87 | + "@rollup/plugin-replace": "^5.0.2", |
| 88 | + "@rollup/plugin-terser": "^0.3.0", |
| 89 | + "@rollup/plugin-typescript": "^11.0.0", |
80 | 90 | "@testing-library/react": "^13.4.0", |
81 | 91 | "@trivago/prettier-plugin-sort-imports": "^4.0.0", |
82 | 92 | "@types/jest": "^29.2.3", |
|
85 | 95 | "@types/react-dom": "^18.0.9", |
86 | 96 | "@typescript-eslint/eslint-plugin": "^5.44.0", |
87 | 97 | "@typescript-eslint/parser": "^5.44.0", |
| 98 | + "@vue/compiler-sfc": "3", |
88 | 99 | "babel-loader": "^9.1.0", |
89 | 100 | "canvas": "^2.10.2", |
90 | 101 | "css-loader": "^6.7.2", |
|
0 commit comments