Skip to content

Commit

Permalink
Add package.json in addon-project
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Aug 5, 2021
1 parent 100b6ad commit 848cdc0
Showing 1 changed file with 302 additions and 0 deletions.
302 changes: 302 additions & 0 deletions addon-project/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,302 @@
{
"name": "project",
"description": "A Volto-powered Plone frontend",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"start": "razzle start",
"postinstall": "yarn omelette",
"omelette": "ln -sf node_modules/@plone/volto/ omelette",
"patches": "/bin/bash patches/patchit.sh > /dev/null 2>&1 ||true",
"build": "razzle build",
"test": "razzle test --env=jest-environment-jsdom-sixteen --passWithNoTests",
"start:prod": "NODE_ENV=production node build/server.js",
"i18n": "NODE_ENV=production node node_modules/@plone/volto/src/i18n.js",
"develop": "missdev --config=jsconfig.json --output=addons --fetch-https"
},
"private": true,
"addons": [
"@eeacms/volto-columns-block"
],
"jest": {
"testMatch": [
"**/src/addons/**/?(*.)+(spec|test).[jt]s?(x)"
],
"modulePathIgnorePatterns": [
"api"
],
"transform": {
"^.+\\.js(x)?$": "babel-jest",
"^.+\\.css$": "jest-css-modules",
"^.+\\.scss$": "jest-css-modules",
"^.+\\.(png)$": "jest-file",
"^.+\\.(jpg)$": "jest-file",
"^.+\\.(svg)$": "./node_modules/@plone/volto/jest-svgsystem-transform.js"
},
"transformIgnorePatterns": [
"/node_modules/(?!@plone/volto).+\\.js$"
],
"moduleNameMapper": {
"@plone/volto/babel": "<rootDir>/node_modules/@plone/volto/babel",
"@plone/volto/(.*)$": "<rootDir>/node_modules/@plone/volto/src/$1",
"load-volto-addons": "<rootDir>/node_modules/@plone/volto/jest-addons-loader.js",
"@package/(.*)$": "<rootDir>/src/$1",
"~/(.*)$": "<rootDir>/src/$1"
},
"coverageThreshold": {
"global": {
"branches": 10,
"functions": 10,
"lines": 10,
"statements": 10
}
},
"setupFiles": [
"@plone/volto/test-setup-globals.js",
"@plone/volto/test-setup-config.js"
],
"globals": {
"__DEV__": true
}
},
"prettier": {
"trailingComma": "all",
"singleQuote": true,
"overrides": [
{
"files": "*.overrides",
"options": {
"parser": "less"
}
}
]
},
"stylelint": {
"extends": [
"stylelint-config-idiomatic-order"
],
"plugins": [
"stylelint-prettier"
],
"rules": {
"prettier/prettier": true,
"rule-empty-line-before": [
"always-multi-line",
{
"except": [
"first-nested"
],
"ignore": [
"after-comment"
]
}
]
},
"ignoreFiles": "theme/themes/default/**/*.overrides"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie 11",
"not dead"
],
"engines": {
"node": "^10 || ^12 || ^14"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "7.10.4",
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
"@babel/plugin-proposal-json-strings": "7.10.4",
"@babel/plugin-proposal-throw-expressions": "7.10.4",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@eeacms/volto-columns-block": "workspace:*",
"@loadable/babel-plugin": "5.13.2",
"@loadable/component": "5.14.1",
"@loadable/server": "5.14.0",
"@loadable/webpack-plugin": "5.14.0",
"@plone/volto": "13.8.2",
"@sentry/browser": "5.12.1",
"@sentry/integrations": "5.27.3",
"@sentry/node": "5.12.3",
"@sentry/webpack-plugin": "1.12.1",
"@testing-library/cypress": "7.0.3",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "11.2.2",
"autoprefixer": "9.7.6",
"axe-core": "3.5.3",
"babel-7-plugin-root-import": "5.4.0",
"babel-eslint": "10.1.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-react-intl": "5.1.17",
"babel-plugin-root-import": "6.1.0",
"bundlesize": "0.18.0",
"bundlewatch": "0.2.7",
"circular-dependency-plugin": "5.2.2",
"classnames": "2.2.6",
"connected-react-router": "6.8.0",
"coveralls": "3.0.2",
"crypto-random-string": "3.3.1",
"cypress": "7.3.0",
"cypress-axe": "0.12.2",
"cypress-file-upload": "5.0.7",
"date-fns": "^2.22.1",
"decorate-component-with-props": "^1.1.0",
"dependency-graph": "0.10.0",
"detect-browser": "5.1.0",
"diff": "3.5.0",
"draft-js": "0.10.5",
"draft-js-block-breakout-plugin": "2.0.1",
"draft-js-buttons": "2.0.2",
"draft-js-import-html": "1.4.1",
"draft-js-inline-toolbar-plugin": "2.0.3",
"draft-js-plugins-editor": "2.1.1",
"draft-js-plugins-utils": "2.0.3",
"draftjs-filters": "2.3.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "5.2.1",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-babel-plugin-root-import": "1.1.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.2",
"express": "4.17.1",
"filesize": "^6.4.0",
"glob": "7.1.6",
"hamburgers": "1.1.3",
"handlebars": "4.7.7",
"history": "4.10.1",
"hoist-non-react-statics": "^3.3.2",
"http-proxy-middleware": "1.0.4",
"husky": "4.2.5",
"identity-obj-proxy": "3.0.0",
"immutable": "3.8.2",
"jest-css-modules": "1.1.0",
"jest-environment-jsdom-sixteen": "1.0.3",
"jest-file": "1.0.0",
"js-yaml": "3.13.1",
"jsonwebtoken": "8.3.0",
"jwt-decode": "2.2.0",
"less": "3.11.1",
"less-loader": "6.1.0",
"levenary": "1.1.1",
"linkify-it": "3.0.2",
"lint-staged": "10.2.2",
"locale": "0.1.0",
"lodash": "4.17.21",
"lodash-move": "1.1.1",
"lodash-webpack-plugin": "0.11.5",
"lodash.sortby": "^4.7.0",
"luxon": "1.22.0",
"mem": "4.0.0",
"mini-css-extract-plugin": "0.9.0",
"moment": "2.24.0",
"object-assign": "^4.1.1",
"pofile": "1.0.10",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-load-config": "2.1.0",
"postcss-loader": "3.0.0",
"postcss-overrides": "3.1.4",
"prepend-http": "2",
"prettier": "2.0.5",
"pretty-bytes": "5.3.0",
"prismjs": "1.24.0",
"promise-file-reader": "1.0.2",
"prop-types": "15.7.2",
"query-string": "7.0.0",
"razzle": "3.3.7",
"razzle-plugin-bundle-analyzer": "1.2.0",
"rc-time-picker": "3.7.3",
"react": "16.14.0",
"react-anchor-link-smooth-scroll": "1.0.12",
"react-animate-height": "2.0.17",
"react-beautiful-dnd": "13.0.0",
"react-cookie": "1.0.5",
"react-dates": "21.5.1",
"react-detect-click-outside": "1.1.1",
"react-dnd": "5.0.0",
"react-dnd-html5-backend": "5.0.1",
"react-dom": "16.14.0",
"react-dropzone": "11.1.0",
"react-fast-compare": "2.0.4",
"react-image-gallery": "1.0.7",
"react-intl": "3.8.0",
"react-intl-redux": "2.2.0",
"react-medium-image-zoom": "3.0.15",
"react-portal": "4.2.1",
"react-redux": "7.2.4",
"react-router": "5.2.0",
"react-router-config": "5.1.1",
"react-router-dom": "5.2.0",
"react-select": "4.0.2",
"react-select-async-paginate": "0.3.10",
"react-share": "2.3.1",
"react-side-effect": "2.1.0",
"react-simple-code-editor": "0.7.1",
"react-test-renderer": "16.14.0",
"react-toastify": "5.4.1",
"react-transition-group": "^4.4.2",
"redraft": "0.10.2",
"redux": "4.1.0",
"redux-actions": "2.6.5",
"redux-connect": "10.0.0",
"redux-devtools-extension": "2.13.8",
"redux-localstorage-simple": "2.3.1",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.3.0",
"release-it": "14.2.1",
"resolver": "^0.1.12",
"rrule": "2.6.4",
"semantic-ui-less": "2.4.1",
"semantic-ui-react": "0.88.1",
"semver": "5.6.0",
"serialize-javascript": "3.1.0",
"start-server-and-test": "1.10.6",
"stylelint": "13.3.3",
"stylelint-config-idiomatic-order": "8.1.0",
"stylelint-config-prettier": "8.0.1",
"stylelint-prettier": "1.1.2",
"superagent": "3.8.2",
"svg-loader": "0.0.2",
"svgo": "1.3.2",
"svgo-loader": "2.2.1",
"tlds": "1.203.1",
"use-deep-compare-effect": "1.6.1",
"uuid": "^8.3.2",
"xmlrpc": "1.3.2",
"yarn-deduplicate": "3.1.0",
"yarnhook": "0.5.1"
},
"devDependencies": {
"@storybook/addon-actions": "^6.3.0",
"@storybook/addon-controls": "6.3.0",
"@storybook/addon-essentials": "^6.3.0",
"@storybook/addon-links": "^6.3.0",
"@storybook/react": "^6.3.0",
"babel-loader": "^8.1.0",
"crypto-random-string": "3.2.0",
"eslint-plugin-prettier": "3.1.3",
"identity-obj-proxy": "3.0.0",
"jest-environment-jsdom-sixteen": "1.0.3",
"prettier": "2.0.5",
"react-is": "^16.13.1",
"stylelint": "13.3.3",
"stylelint-config-idiomatic-order": "8.1.0",
"stylelint-config-prettier": "8.0.1",
"stylelint-prettier": "1.1.2",
"tmp": "0.2.1"
},
"resolutions": {
"http-proxy": "^1.18.1",
"draft-js/immutable": "3.8.2",
"draft-js-block-breakout-plugin/immutable": "3.8.2",
"draft-js-inline-toolbar-plugin/immutable": "3.8.2",
"draft-js-plugins-editor/immutable": "3.8.2"
}
}

0 comments on commit 848cdc0

Please sign in to comment.