|
11 | 11 | "name": "Jacob Fletcher", |
12 | 12 | "url": "https://jacobsfletch.com" |
13 | 13 | }, |
| 14 | + "type": "module", |
14 | 15 | "bugs": { |
15 | 16 | "url": "https://github.com/faceless-ui/scroll-info/issues", |
16 | 17 | "email": "dev@facelessui.com" |
|
32 | 33 | "ux" |
33 | 34 | ], |
34 | 35 | "scripts": { |
35 | | - "build": "yarn lint && tsc", |
36 | | - "build-demo": "yarn lint && webpack --config webpack.demo.config.js", |
37 | | - "dev": "webpack-dev-server --hot --config webpack.development.config.js", |
| 36 | + "build": "yarn lint && tsc --project tsconfig.build.json", |
| 37 | + "build:demo": "yarn lint && webpack --config webpack.build-demo.config.js", |
| 38 | + "dev": "webpack-dev-server --hot --config webpack.dev.config.js", |
38 | 39 | "lint": "eslint .", |
39 | 40 | "test": "jest" |
40 | 41 | }, |
|
44 | 45 | }, |
45 | 46 | "devDependencies": { |
46 | 47 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", |
47 | | - "@types/jest": "^27.4.1", |
48 | 48 | "@types/node": "^14.14.22", |
49 | 49 | "@types/react": "^18.0.0", |
50 | 50 | "@types/react-dom": "^18.0.0", |
51 | | - "@typescript-eslint/eslint-plugin": "^5.18.0", |
52 | | - "@typescript-eslint/parser": "^5.18.0", |
53 | | - "eslint": "^8.14.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 52 | + "@typescript-eslint/parser": "^7.3.1", |
| 53 | + "eslint": "^8.56.0", |
54 | 54 | "eslint-plugin-import": "^2.26.0", |
55 | 55 | "eslint-plugin-jest": "^26.1.5", |
56 | 56 | "eslint-plugin-jest-dom": "^4.0.1", |
|
65 | 65 | "react-dom": "^19.0.0-rc.0", |
66 | 66 | "react-refresh": "^0.13.0", |
67 | 67 | "react-refresh-typescript": "^2.0.4", |
68 | | - "ts-loader": "^9.2.9", |
69 | | - "typescript": "^4.6.3", |
70 | | - "webpack": "^5.72.0", |
71 | | - "webpack-cli": "^4.9.2", |
72 | | - "webpack-dev-server": "^4.8.1" |
| 68 | + "ts-loader": "^9.5.1", |
| 69 | + "typescript": "^5.4.5", |
| 70 | + "webpack": "^5.91.0", |
| 71 | + "webpack-cli": "^5.1.4", |
| 72 | + "webpack-dev-server": "^5.0.4" |
73 | 73 | }, |
74 | 74 | "files": [ |
75 | 75 | "dist" |
|
0 commit comments