twenty/front/package.json

95 lines
2.6 KiB
JSON
Raw Normal View History

2022-12-01 17:58:08 +03:00
{
"name": "twenty",
2022-12-01 17:58:08 +03:00
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
2022-12-06 00:59:56 +03:00
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "^16.18.4",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
2022-12-01 17:58:08 +03:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-12-02 14:39:15 +03:00
"react-router-dom": "^6.4.4",
2022-12-01 17:58:08 +03:00
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
2022-12-05 02:49:45 +03:00
"build-storybook": "build-storybook -s public",
2022-12-26 13:31:01 +03:00
"coverage": "react-scripts test --coverage --watchAll"
2022-12-01 17:58:08 +03:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
2022-12-01 17:58:08 +03:00
]
},
"overrides": {
"react-refresh": "0.14.0"
},
2022-12-05 02:49:45 +03:00
"jest": {
},
2022-12-01 17:58:08 +03:00
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-interactions": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/node-logger": "^6.5.14",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.13",
2022-12-02 14:39:15 +03:00
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"babel-plugin-named-exports-order": "^0.0.2",
"eslint": "^8.28.0",
2022-12-02 14:39:15 +03:00
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
2022-12-02 14:39:15 +03:00
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-storybook": "^0.6.7",
"prettier": "^2.8.0",
"prop-types": "^15.8.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0"
2022-12-01 17:58:08 +03:00
}
}