mirror of
https://github.com/noodlapp/noodl.git
synced 2026-01-11 14:52:53 +01:00
Co-Authored-By: Eric Tuvesson <eric.tuvesson@gmail.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: Anders Larsson <64838990+anders-topp@users.noreply.github.com> Co-Authored-By: Johan <4934465+joolsus@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: victoratndl <99176179+victoratndl@users.noreply.github.com>
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "@noodl/noodl-viewer-react",
|
|
"version": "2.7.0",
|
|
"main": "noodl-viewer-react",
|
|
"scripts": {
|
|
"start": "webpack --config webpack-configs/webpack.dev.js",
|
|
"build": "webpack --config webpack-configs/webpack.prod.js",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@better-scroll/core": "^2.0.0-beta.6",
|
|
"@better-scroll/mouse-wheel": "^2.0.0-beta.6",
|
|
"@better-scroll/nested-scroll": "^2.4.2",
|
|
"@better-scroll/scroll-bar": "^2.0.0-beta.6",
|
|
"@noodl/runtime": "file:../noodl-runtime",
|
|
"bezier-easing": "^1.1.1",
|
|
"buffer": "^6.0.3",
|
|
"core-js": "^3.12.1",
|
|
"events": "^3.3.0",
|
|
"lodash.difference": "^4.5.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"react-draggable": "^4.4.5",
|
|
"react-rnd": "^10.3.7",
|
|
"stream-browserify": "^3.0.0",
|
|
"timers-browserify": "^2.0.12",
|
|
"webfontloader": "^1.6.28"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
|
"@babel/preset-env": "^7.14.1",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@types/jest": "^27.5.1",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^1.0.0",
|
|
"copy-webpack-plugin": "^4.6.0",
|
|
"css-loader": "^5.0.0",
|
|
"jest": "^28.1.0",
|
|
"style-loader": "^2.0.0",
|
|
"ts-jest": "^28.0.3",
|
|
"ts-loader": "^9.4.3",
|
|
"typescript": "^5.1.3",
|
|
"webpack": "^5.74.0",
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^5.7.3"
|
|
}
|
|
}
|