|
1 | 1 | { |
2 | 2 | "name": "nullstack", |
3 | | - "version": "0.19.0", |
| 3 | + "version": "0.19.1", |
4 | 4 | "description": "Feature-Driven Full Stack JavaScript Components", |
5 | 5 | "main": "./types/index.d.ts", |
6 | 6 | "author": "Mortaro", |
|
15 | 15 | "lint": "eslint \"**/*.{js,jsx,ts,tsx,njs,nts}\" --fix" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@babel/core": "^7.18.13", |
19 | | - "@babel/parser": "7.20.15", |
20 | | - "@babel/plugin-proposal-class-properties": "^7.18.6", |
21 | | - "@babel/plugin-proposal-export-default-from": "^7.18.10", |
22 | | - "@babel/plugin-transform-react-jsx": "^7.18.10", |
23 | | - "@babel/plugin-transform-typescript": "^7.18.12", |
24 | | - "@babel/preset-env": "^7.18.10", |
25 | | - "@babel/preset-react": "^7.18.6", |
26 | | - "@babel/traverse": "7.20.13", |
27 | 18 | "@swc/core": "1.3.35", |
28 | 19 | "babel-loader": "9.1.2", |
29 | 20 | "body-parser": "1.20.1", |
|
45 | 36 | "swc-loader": "0.2.3", |
46 | 37 | "swc-plugin-nullstack": "0.1.3", |
47 | 38 | "terser-webpack-plugin": "5.3.6", |
48 | | - "time-analytics-webpack-plugin": "^0.1.20", |
49 | 39 | "webpack": "^5.0.0", |
50 | 40 | "webpack-dev-server": "4.11.1", |
51 | | - "webpack-hot-middleware": "^2.25.3", |
52 | | - "ws": "8.12.0" |
| 41 | + "webpack-hot-middleware": "^2.25.3" |
53 | 42 | }, |
54 | 43 | "devDependencies": { |
55 | 44 | "webpack-dev-middleware": "github:Mortaro/webpack-dev-middleware#fix-write-to-disk-cleanup" |
|
0 commit comments