|
|
|
@ -17,34 +17,35 @@
|
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/polyfill": "^7.10.1", |
|
|
|
|
"@babel/runtime": "^7.17.8", |
|
|
|
|
"@babel/runtime": "^7.21.0", |
|
|
|
|
"clear-cut": "^2.0.2", |
|
|
|
|
"css-tree": "^1.1.3", |
|
|
|
|
"event-emitter": "^0.3.5", |
|
|
|
|
"rollup-plugin-terser": "^7.0.2" |
|
|
|
|
"event-emitter": "^0.3.5" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/cli": "^7.17.6", |
|
|
|
|
"@babel/core": "^7.17.8", |
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.16.8", |
|
|
|
|
"@babel/plugin-transform-runtime": "^7.17.0", |
|
|
|
|
"@babel/preset-env": "^7.18.2", |
|
|
|
|
"@rollup/plugin-commonjs": "^21.0.3", |
|
|
|
|
"@rollup/plugin-json": "^4.1.0", |
|
|
|
|
"@rollup/plugin-node-resolve": "^13.1.3", |
|
|
|
|
"@babel/cli": "^7.21.0", |
|
|
|
|
"@babel/core": "^7.21.4", |
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.20.7", |
|
|
|
|
"@babel/plugin-transform-runtime": "^7.21.4", |
|
|
|
|
"@babel/preset-env": "^7.21.4", |
|
|
|
|
"@rollup/plugin-commonjs": "^24.1.0", |
|
|
|
|
"@rollup/plugin-json": "^6.0.0", |
|
|
|
|
"@rollup/plugin-node-resolve": "^15.0.2", |
|
|
|
|
"@rollup/plugin-terser": "^0.4.1", |
|
|
|
|
"babel-plugin-replace-import-extension": "^1.1.3", |
|
|
|
|
"chalk": "^5.0.1", |
|
|
|
|
"eslint": "^8.12.0", |
|
|
|
|
"express": "^4.17.3", |
|
|
|
|
"jest": "^27.5.1", |
|
|
|
|
"jest-image-snapshot": "^4.5.1", |
|
|
|
|
"playwright-core": "^1.31.1", |
|
|
|
|
"rimraf": "^3.0.2", |
|
|
|
|
"rollup": "^2.70.1", |
|
|
|
|
"rollup-plugin-license": "^2.6.1", |
|
|
|
|
"chalk": "^5.2.0", |
|
|
|
|
"eslint": "^8.38.0", |
|
|
|
|
"express": "^4.18.2", |
|
|
|
|
"jest": "^29.5.0", |
|
|
|
|
"jest-environment-jsdom": "^29.5.0", |
|
|
|
|
"jest-image-snapshot": "^6.1.0", |
|
|
|
|
"playwright-core": "^1.32.3", |
|
|
|
|
"rimraf": "^5.0.0", |
|
|
|
|
"rollup": "^3.20.6", |
|
|
|
|
"rollup-plugin-license": "^3.0.1", |
|
|
|
|
"rollup-plugin-livereload": "^2.0.5", |
|
|
|
|
"rollup-plugin-node-builtins": "^2.1.2", |
|
|
|
|
"rollup-plugin-serve": "^1.1.0" |
|
|
|
|
"rollup-plugin-serve": "^2.0.2" |
|
|
|
|
}, |
|
|
|
|
"scripts": { |
|
|
|
|
"build": "rollup -c", |
|
|
|
|