mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
93 lines
3.3 KiB
JSON
93 lines
3.3 KiB
JSON
{
|
|
"name": "documenteditor",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"description": "DocumentEditor",
|
|
"repository": "",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"start": "npm run dev",
|
|
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.config.js",
|
|
"build-dev": "cross-env NODE_ENV=development node ./build/build.js",
|
|
"build-prod": "cross-env NODE_ENV=production node ./build/build.js",
|
|
"deploy-word": "cross-env TARGET_EDITOR=word NODE_ENV=production node ./build/build.js",
|
|
"deploy-cell": "cross-env TARGET_EDITOR=cell NODE_ENV=production node ./build/build.js",
|
|
"deploy-slide": "cross-env TARGET_EDITOR=slide NODE_ENV=production node ./build/build.js",
|
|
"deploy-visio": "cross-env TARGET_EDITOR=visio NODE_ENV=production node ./build/build.js",
|
|
"postinstall1": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/",
|
|
"build-word": "cross-env NODE_ENV=development node ./build/build.js",
|
|
"build-slide": "cross-env NODE_ENV=development TARGET_EDITOR=slide node ./build/build.js",
|
|
"build-cell": "cross-env NODE_ENV=development TARGET_EDITOR=cell node ./build/build.js",
|
|
"build-visio": "cross-env NODE_ENV=development TARGET_EDITOR=visio node ./build/build.js"
|
|
},
|
|
"type": "module",
|
|
"browserslist": [
|
|
"Android >= 7",
|
|
"IOS >= 11",
|
|
"Safari >= 11",
|
|
"Chrome >= 49",
|
|
"Firefox >= 31",
|
|
"Samsung >= 5"
|
|
],
|
|
"dependencies": {
|
|
"dom7": "^4.0.6",
|
|
"framework7": "^8.3.2",
|
|
"framework7-icons": "^5.0.5",
|
|
"framework7-react": "^8.3.2",
|
|
"i18next": "^23.10.0",
|
|
"i18next-fetch-backend": "^5.0.2",
|
|
"mobx": "^6.12.0",
|
|
"mobx-react": "^9.1.0",
|
|
"postcss": "^8.4.35",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.0.5",
|
|
"react-transition-group": "^4.4.5",
|
|
"swiper": "^10.1.0",
|
|
"template7": "^1.4.2",
|
|
"url": "^0.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@babel/plugin-proposal-decorators": "^7.24.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-class-properties": "^7.23.3",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
|
|
"@babel/plugin-transform-optional-chaining": "^7.24.8",
|
|
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
|
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
"@babel/preset-env": "^7.24.0",
|
|
"@babel/preset-react": "^7.23.3",
|
|
"@babel/runtime": "^7.24.0",
|
|
"@fullhuman/postcss-purgecss": "^6.0.0",
|
|
"babel-loader": "^9.1.3",
|
|
"chalk": "^5.3.0",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"cpy-cli": "^5.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.10.0",
|
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^11.1.4",
|
|
"mini-css-extract-plugin": "^2.8.1",
|
|
"ora": "^6.3.1",
|
|
"postcss-loader": "^7.3.4",
|
|
"postcss-preset-env": "^9.4.0",
|
|
"style-loader": "^3.3.3",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.90.1",
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"workbox-webpack-plugin": "^7.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
}
|