mirror of https://github.com/veonik/squircy3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
396 B
17 lines
396 B
{ |
|
"name": "squircy-core", |
|
"version": "0.11.0", |
|
"license": "MIT", |
|
"private": true, |
|
"dependencies": { |
|
"@babel/standalone": "^7.16.11", |
|
"assert": "^2.0.0", |
|
"assert-polyfill": "^0.0.0", |
|
"buffer": "^6.0.0", |
|
"core-js-bundle": "^3.1.4", |
|
"es5-shim": "^4.6.5", |
|
"process": "^0.11.10", |
|
"regenerator-runtime": "^0.13.3", |
|
"regenerator-transform": "^0.14.1" |
|
} |
|
}
|
|
|