130 lines
4.5 KiB
JSON
130 lines
4.5 KiB
JSON
{
|
|
"name": "remark-ui",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"start": "webpack-dev-server --mode development",
|
|
"dev": "cross-env REMARK_URL=http://127.0.0.1:8080 npm start",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage",
|
|
"check": "cross-env NODE_ENV=production npm run build && run-p check:*",
|
|
"check:types": "tsc -p tsconfig.typecheck.json --noEmit --skipLibCheck",
|
|
"check:translation": "run-s translation:extract translation:check",
|
|
"check:size": "size-limit",
|
|
"check:es": "es-check es5 './public/*.js'",
|
|
"lint": "run-p lint:*",
|
|
"lint:eslint": "eslint --max-warnings=0 --ext=.ts,.tsx,.js,.jsx .",
|
|
"lint:stylelint": "stylelint '**/*.scss' '**/*.pcss' '**/*.css' 'iframe.html'",
|
|
"size": "cross-env NODE_ENV=production run-s build check:size",
|
|
"es-check": "cross-env NODE_ENV=production run-s build check:es",
|
|
"prettier": "prettier --write './**/*.{js,jsx,ts,tsx,scss}'",
|
|
"translation:extract": "formatjs extract --out-file=./extracted-messages/messages.json './app/**/*.{js,jsx,ts,tsx}'",
|
|
"translation:generate": "node ./tasks/generateDictionary.js",
|
|
"translation:check": "node ./tasks/checkTranslation.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.11",
|
|
"npm": ">=6.13.4"
|
|
},
|
|
"dependencies": {
|
|
"@github/markdown-toolbar-element": "^1.2.0",
|
|
"@github/text-expander-element": "^1.0.2",
|
|
"@webcomponents/custom-elements": "^1.4.1",
|
|
"bem-react-helper": "^1.1.2",
|
|
"classnames": "^2.2.6",
|
|
"core-js": "^3.6.5",
|
|
"es6-promise": "^4.2.8",
|
|
"focus-visible": "^5.1.0",
|
|
"intersection-observer": "^0.7.0",
|
|
"lodash-es": "^4.17.15",
|
|
"node-emoji": "^1.10.0",
|
|
"preact": "^10.4.0",
|
|
"react-intl": "^3.12.0",
|
|
"react-redux": "^7.1.1",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-react-jsx": "^7.9.4",
|
|
"@babel/preset-env": "^7.9.5",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"@formatjs/cli": "^1.1.20",
|
|
"@mavrin/stylelint-declaration-use-css-custom-properties": "1.0.0-alpha.1",
|
|
"@size-limit/file": "^4.4.5",
|
|
"@types/cheerio": "^0.22.17",
|
|
"@types/classnames": "^2.2.10",
|
|
"@types/core-js": "^2.5.3",
|
|
"@types/enzyme": "^3.10.5",
|
|
"@types/fetch-mock": "^7.3.2",
|
|
"@types/jest": "^24.9.1",
|
|
"@types/lodash-es": "^4.17.3",
|
|
"@types/node": "^12.12.35",
|
|
"@types/node-emoji": "^1.8.1",
|
|
"@types/react-redux": "^7.1.7",
|
|
"@types/redux-mock-store": "^1.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
|
"@typescript-eslint/parser": "^2.27.0",
|
|
"autoprefixer": "^9.7.6",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "^8.1.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^3.5.2",
|
|
"document-register-element": "^1.14.3",
|
|
"dotenv": "^8.2.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-preact-pure": "^2.2.0",
|
|
"es-check": "^5.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"fetch-mock": "^7.7.3",
|
|
"file-loader": "^4.3.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"husky": "^3.1.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^25.3.0",
|
|
"jest-enzyme": "^7.1.2",
|
|
"jest-extended": "^0.11.5",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"jest-localstorage-mock": "^2.4.0",
|
|
"lint-staged": "^9.5.0",
|
|
"mini-css-extract-plugin": "^0.8.2",
|
|
"node-fetch": "^2.6.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-calc": "^7.0.2",
|
|
"postcss-csso": "^4.0.0",
|
|
"postcss-custom-properties": "^9.1.1",
|
|
"postcss-for": "^2.1.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-nested": "^4.2.1",
|
|
"postcss-prefixwrap": "^1.13.2",
|
|
"postcss-simple-vars": "^5.0.2",
|
|
"postcss-url": "^8.0.0",
|
|
"postcss-wrap": "0.0.4",
|
|
"prettier": "^2.0.5",
|
|
"redux-mock-store": "^1.5.4",
|
|
"size-limit": "^4.4.5",
|
|
"style-loader": "^1.1.3",
|
|
"stylelint": "^13.3.2",
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-value-no-unknown-custom-properties": "^3.0.0",
|
|
"ts-jest": "^25.3.1",
|
|
"ts-loader": "^6.2.2",
|
|
"typescript": "^3.8.3",
|
|
"webpack": "^4.43.0",
|
|
"webpack-bundle-analyzer": "^3.7.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.11.0"
|
|
}
|
|
}
|