mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "writer-frontend",
|
|
"scripts": {
|
|
"start": "parcel src/index.html",
|
|
"build": "parcel build src/index.html",
|
|
"lint": "eslint ./src/** --ext .js,.jsx,.ts,.tsx",
|
|
"lint-fix": "eslint ./src/** --ext .js,.jsx,.ts,.tsx --fix",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/autoprefixer": "^9.7.2",
|
|
"@types/enzyme": "^3.10.9",
|
|
"@types/highlight.js": "^9.12.4",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/parcel-bundler": "^1.12.4",
|
|
"@types/react": "^17",
|
|
"@types/react-dom": "^17",
|
|
"@types/react-redux": "^7.1.18",
|
|
"@types/react-router": "^5.1.16",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"@types/sass": "^1.16.1"
|
|
},
|
|
"dependencies": {
|
|
"@blueprintjs/core": "^3.47.0",
|
|
"@blueprintjs/icons": "^3.27.0",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0",
|
|
"autoprefixer": "^9",
|
|
"enzyme": "^3.11.0",
|
|
"eslint-plugin-html": "^6.1.2",
|
|
"eslint-plugin-jest": "^24.4.0",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"flush-promises": "^1.0.2",
|
|
"highlight.js": "^10.6.0",
|
|
"jest": "^27.0.6",
|
|
"parcel-bundler": "^1.12.4",
|
|
"postcss-modules": "^4.2.2",
|
|
"react": "^17",
|
|
"react-dom": "^17",
|
|
"react-markdown": "^5.0.3",
|
|
"react-redux": "^7.2.4",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-spring": "^8.0.27",
|
|
"redux": "^4.1.0",
|
|
"redux-devtools-extension": "^2.13.9",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-saga": "^1.1.3",
|
|
"sass": "^1.37.0",
|
|
"ts-jest": "^27.0.4"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": true
|
|
}
|
|
}
|
|
}
|