{ "name": "@staticcms/app", "version": "1.0.0", "license": "MIT", "description": "Static CMS application.", "repository": "https://github.com/StaticJsCMS/static-cms", "bugs": "https://github.com/StaticJsCMS/static-cms/issues", "keywords": [ "simple", "cms", "app" ], "scripts": { "build:webpack": "webpack", "build": "cross-env NODE_ENV=production run-s clean build:webpack", "clean": "rimraf dist dev-test/dist", "prepublishOnly": "yarn build ", "prepack": "cp ../../README.md ./", "postpack": "rm ./README.md" }, "main": "dist/static-cms-app.js", "files": [ "dist/**/*" ], "browserslist": [ "last 2 Chrome versions", "last 2 ChromeAndroid versions", "last 2 Edge versions", "last 2 Firefox versions", "last 2 iOS versions", "last 2 Opera versions", "last 2 Safari versions" ], "dependencies": { "@babel/eslint-parser": "7.19.1", "@babel/runtime": "7.20.7", "@emotion/babel-preset-css-prop": "11.10.0", "@staticcms/core": "^1.0.0", "buffer": "6.0.3", "react": "18.2.0", "react-dom": "18.2.0", "stream-browserify": "3.0.0", "ts-loader": "9.4.2" }, "devDependencies": { "@babel/cli": "7.20.7", "@babel/core": "7.20.12", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-export-default-from": "7.18.10", "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", "@babel/plugin-proposal-numeric-separator": "7.18.6", "@babel/plugin-proposal-object-rest-spread": "7.20.7", "@babel/plugin-proposal-optional-chaining": "7.20.7", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/preset-env": "7.20.2", "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "7.18.6", "@emotion/eslint-plugin": "11.10.0", "@emotion/jest": "11.10.5", "@types/node": "16.18.11", "@types/react": "18.0.26", "@types/react-dom": "18.0.10", "@typescript-eslint/eslint-plugin": "5.48.2", "@typescript-eslint/parser": "5.48.2", "babel-core": "7.0.0-bridge.0", "babel-loader": "9.1.2", "babel-plugin-emotion": "11.0.0", "babel-plugin-inline-json-import": "0.3.2", "babel-plugin-inline-react-svg": "2.0.1", "babel-plugin-lodash": "3.3.4", "babel-plugin-transform-builtin-extend": "1.1.2", "babel-plugin-transform-define": "2.1.0", "babel-plugin-transform-export-extensions": "6.22.0", "babel-plugin-transform-inline-environment-variables": "0.4.4", "cross-env": "7.0.3", "dotenv": "16.0.3", "eslint": "8.32.0", "eslint-import-resolver-typescript": "3.5.3", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-import": "2.27.5", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.32.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-unicorn": "45.0.2", "npm-run-all": "4.1.5", "postcss": "8.4.21", "postcss-scss": "4.0.6", "prettier": "2.8.3", "source-map-loader": "4.0.1", "style-loader": "3.3.1", "to-string-loader": "1.2.0", "tsconfig-paths-webpack-plugin": "4.0.0", "typescript": "4.9.4", "webpack": "5.75.0", "webpack-cli": "5.0.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "lint-staged": { "*.ts": "prettier --write", "*.tsx": "prettier --write" } }