|
1 | 1 | { |
2 | 2 | "name": "ruuri", |
3 | 3 | "version": "0.1.4", |
4 | | - "main": "./dist/ruuri.cjs.js", |
5 | | - "module": "./dist/ruuri.es.js", |
| 4 | + "main": "./dist/index.cjs.js", |
| 5 | + "module": "./dist/index.es.js", |
6 | 6 | "types": "./dist/index.d.ts", |
7 | 7 | "keywords": [ |
8 | 8 | "grid", |
|
33 | 33 | ], |
34 | 34 | "scripts": { |
35 | 35 | "prebuild": "rm -rf dist", |
36 | | - "build": "yarn prebuild && vite build", |
| 36 | + "build": "vite build", |
37 | 37 | "serve": "vite preview", |
38 | 38 | "cz": "yarn format && git add . && git cz", |
39 | 39 | "czp": "yarn cz && git push -u origin HEAD", |
40 | 40 | "check-deps": "npx npm-check-updates", |
41 | | - "upgrade-deps": "npx npm-check-updates -u && yarn", |
| 41 | + "upgrade-deps": "yarn check-deps -u && yarn", |
42 | 42 | "lint": "prettier --check .", |
43 | 43 | "format": "yarn lint --write", |
44 | 44 | "prepare": "husky install", |
45 | 45 | "postversion": "git push && git push --tags" |
46 | 46 | }, |
47 | 47 | "dependencies": {}, |
48 | 48 | "devDependencies": { |
49 | | - "@babel/core": "^7.17.9", |
| 49 | + "@babel/core": "^7.17.10", |
50 | 50 | "@emotion/react": "^11.9.0", |
51 | 51 | "@rollup/plugin-typescript": "^8.3.2", |
52 | 52 | "@types/lodash-es": "^4.17.6", |
53 | | - "@types/node": "^17.0.25", |
54 | | - "@types/react": "^18.0.5", |
55 | | - "@types/react-dom": "^18.0.1", |
56 | | - "@typescript-eslint/eslint-plugin": "^5.20.0", |
57 | | - "@typescript-eslint/parser": "^5.20.0", |
58 | | - "@vitejs/plugin-react-refresh": "^1.3.6", |
59 | | - "autoprefixer": "^10.4.4", |
| 53 | + "@types/node": "^17.0.31", |
| 54 | + "@types/react": "^18.0.8", |
| 55 | + "@types/react-dom": "^18.0.3", |
| 56 | + "@typescript-eslint/eslint-plugin": "^5.22.0", |
| 57 | + "@typescript-eslint/parser": "^5.22.0", |
| 58 | + "@vitejs/plugin-react": "^1.3.2", |
| 59 | + "autoprefixer": "^10.4.7", |
60 | 60 | "clsx": "^1.1.1", |
61 | 61 | "commitizen": "^4.2.4", |
62 | | - "eslint": "^8.13.0", |
| 62 | + "eslint": "^8.14.0", |
63 | 63 | "eslint-config-prettier": "^8.5.0", |
64 | 64 | "eslint-plugin-import": "^2.26.0", |
65 | 65 | "eslint-plugin-prettier": "^4.0.0", |
66 | 66 | "eslint-plugin-react": "^7.29.4", |
67 | | - "eslint-plugin-react-hooks": "^4.4.0", |
| 67 | + "eslint-plugin-react-hooks": "^4.5.0", |
68 | 68 | "git-cz": "^4.8.0", |
69 | 69 | "husky": "^7.0.4", |
70 | 70 | "lodash-es": "^4.17.21", |
71 | 71 | "muuri": "^0.9.5", |
72 | | - "postcss": "^8.4.12", |
| 72 | + "postcss": "^8.4.13", |
73 | 73 | "prettier": "^2.6.2", |
74 | 74 | "prettier-plugin-organize-imports": "^2.3.4", |
75 | | - "react": "^18.0.0", |
76 | | - "react-dom": "^18.0.0", |
77 | | - "stylelint": "^14.7.1", |
| 75 | + "react": "^18.1.0", |
| 76 | + "react-dom": "^18.1.0", |
| 77 | + "rollup": "^2.72.0", |
| 78 | + "rollup-plugin-visualizer": "^5.6.0", |
| 79 | + "stylelint": "^14.8.2", |
78 | 80 | "stylelint-config-standard": "^25.0.0", |
79 | 81 | "stylelint-prettier": "^2.0.0", |
80 | | - "typescript": "^4.6.3", |
81 | | - "vite": "^2.9.5" |
| 82 | + "tslib": "^2.4.0", |
| 83 | + "typescript": "^4.6.4", |
| 84 | + "vite": "^2.9.8" |
82 | 85 | }, |
83 | 86 | "peerDependencies": { |
84 | 87 | "muuri": "^0.9.5", |
|
0 commit comments