mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
📎 Add deps to package.json for experimentation.
This commit is contained in:
parent
338a0b97ac
commit
79a91605d3
2 changed files with 7 additions and 1 deletions
5
frontend/package-lock.json
generated
5
frontend/package-lock.json
generated
|
@ -4589,6 +4589,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"transformation-matrix": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/transformation-matrix/-/transformation-matrix-2.2.0.tgz",
|
||||
"integrity": "sha512-cxs7k1YT05BgY03PZg8P4MJUcLCqYdG+web+rXdTpyCYfyu6u6CS+X0hSMkHHdFrWpe5gsIQwwPAik+K6UnuMw=="
|
||||
},
|
||||
"trim-newlines": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"rimraf": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"source-map-support": "^0.5.16"
|
||||
"source-map-support": "^0.5.16",
|
||||
"transformation-matrix": "^2.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue