|
1 | 1 | {
|
2 | 2 | "name": "svg-to-excalidraw",
|
3 |
| - "version": "0.0.2", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Convert SVG to Excalidraw’s file format",
|
5 | 5 | "main": "dist/bundle.js",
|
6 | 6 | "files": [
|
|
30 | 30 | ],
|
31 | 31 | "license": "MIT",
|
32 | 32 | "devDependencies": {
|
33 |
| - "@babel/core": "7.15.5", |
34 |
| - "@babel/plugin-proposal-class-properties": "7.14.5", |
35 |
| - "@babel/plugin-proposal-object-rest-spread": "7.14.7", |
| 33 | + "@babel/core": "7.24.5", |
| 34 | + "@babel/plugin-proposal-class-properties": "7.18.6", |
| 35 | + "@babel/plugin-proposal-object-rest-spread": "7.20.7", |
36 | 36 | "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
37 |
| - "@babel/preset-env": "7.15.4", |
38 |
| - "@babel/preset-typescript": "7.15.0", |
39 |
| - "@excalidraw/eslint-config": "1.0.1", |
| 37 | + "@babel/preset-env": "7.24.5", |
| 38 | + "@babel/preset-typescript": "7.24.1", |
| 39 | + "@excalidraw/eslint-config": "1.0.3", |
40 | 40 | "@excalidraw/prettier-config": "1.0.2",
|
41 |
| - "@types/chroma-js": "^2.1.3", |
42 |
| - "@typescript-eslint/eslint-plugin": "4.31.0", |
43 |
| - "@typescript-eslint/parser": "4.31.0", |
44 |
| - "babel-loader": "^8.2.2", |
| 41 | + "@types/chroma-js": "^2.4.4", |
| 42 | + "@typescript-eslint/eslint-plugin": "4.33.0", |
| 43 | + "@typescript-eslint/parser": "4.33.0", |
| 44 | + "babel-loader": "^8.3.0", |
45 | 45 | "eslint": "7.32.0",
|
46 |
| - "eslint-config-prettier": "8.3.0", |
47 |
| - "eslint-plugin-prettier": "4.0.0", |
48 |
| - "lint-staged": "11.1.2", |
49 |
| - "prettier": "2.3.2", |
50 |
| - "typescript": "4.4.2", |
51 |
| - "webpack": "5.52.0", |
52 |
| - "webpack-cli": "4.8.0" |
| 46 | + "eslint-config-prettier": "8.10.0", |
| 47 | + "eslint-plugin-prettier": "4.2.1", |
| 48 | + "lint-staged": "11.2.6", |
| 49 | + "prettier": "2.8.8", |
| 50 | + "typescript": "4.9.5", |
| 51 | + "webpack": "5.91.0", |
| 52 | + "webpack-cli": "4.10.0" |
53 | 53 | },
|
54 | 54 | "lint-staged": {
|
55 | 55 | "*.js": "eslint --cache --fix",
|
56 | 56 | "*.{js,css,md}": "prettier --write"
|
57 | 57 | },
|
58 | 58 | "dependencies": {
|
59 |
| - "chroma-js": "^2.1.2", |
60 |
| - "gl-matrix": "^3.3.0", |
61 |
| - "nanoid": "^3.1.25", |
| 59 | + "chroma-js": "^2.4.2", |
| 60 | + "gl-matrix": "^3.4.3", |
| 61 | + "nanoid": "^3.3.7", |
62 | 62 | "path-data-parser": "^0.1.0",
|
63 | 63 | "points-on-curve": "^0.2.0",
|
64 | 64 | "points-on-path": "^0.2.1",
|
65 |
| - "roughjs": "^4.4.1" |
| 65 | + "rimraf": "^5.0.5", |
| 66 | + "roughjs": "^4.6.6" |
66 | 67 | }
|
67 | 68 | }
|
0 commit comments