mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "writer-frontend",
|
|
"scripts": {
|
|
"start": "parcel src/index.html",
|
|
"build": "parcel build src/index.html",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/autoprefixer": "^9.6.1",
|
|
"@types/enzyme": "^3.10.3",
|
|
"@types/enzyme-adapter-react-16": "^1.0.5",
|
|
"@types/highlight.js": "^9.12.3",
|
|
"@types/jest": "^24.0.18",
|
|
"@types/parcel-bundler": "^1.12.1",
|
|
"@types/react": "^16.9.2",
|
|
"@types/react-dom": "^16.9.0",
|
|
"@types/react-redux": "^7.1.2",
|
|
"@types/react-router": "^5.0.3",
|
|
"@types/react-router-dom": "^4.3.5",
|
|
"@types/sass": "^1.16.0",
|
|
"autoprefixer": "^9.6.1",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
"jest": "^24.9.0",
|
|
"parcel-bundler": "^1.12.3",
|
|
"postcss-modules": "^1.4.1",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"sass": "^1.22.12",
|
|
"ts-jest": "^24.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@blueprintjs/core": "^3.18.1",
|
|
"@blueprintjs/icons": "^3.10.0",
|
|
"highlight.js": "^9.15.10",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"react-markdown": "^4.2.2",
|
|
"react-redux": "^7.1.1",
|
|
"react-router": "^5.0.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-spring": "^8.0.27",
|
|
"redux": "^4.0.4",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-saga": "^1.0.5"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": true
|
|
}
|
|
}
|
|
}
|