mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
chore: quality of life improvements (#449)
This commit is contained in:
28
package.json
28
package.json
@@ -1,47 +1,49 @@
|
||||
{
|
||||
"name": "dropbox",
|
||||
"name": "@morten-olsen/parcel",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"packageManager": "yarn@3.1.0",
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server",
|
||||
"build": "webpack",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ant-design/icons": "^4.7.0",
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-react": "^7.16.7",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@hot-loader/react-dom": "^17.0.2",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
"@commitlint/config-conventional": "^16.2.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
||||
"@react-native-community/eslint-config": "^3.0.1",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/get-port": "^4.2.0",
|
||||
"@types/html-webpack-plugin": "^3.2.6",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/jszip": "^3.4.1",
|
||||
"@types/react": "^18.0.3",
|
||||
"@types/react": "^18.0.4",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@types/react-router": "^5.1.18",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/styled-components": "^5.1.25",
|
||||
"@types/webpack-subresource-integrity": "^5.0.0",
|
||||
"@types/workbox-webpack-plugin": "^5.1.8",
|
||||
"antd": "^4.19.5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
||||
"axios": "^0.26.1",
|
||||
"babel-loader": "^8.2.4",
|
||||
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
||||
"css-loader": "^6.7.1",
|
||||
"dotenv": "^16.0.0",
|
||||
"eslint": "^8.13.0",
|
||||
"express": "^4.17.3",
|
||||
"fs-extra": "^10.0.1",
|
||||
"get-port": "^5",
|
||||
"get-port": "^6.1.2",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "^27.5.1",
|
||||
"offline-plugin": "^5.0.7",
|
||||
"parcel-bundler": "^1.12.5",
|
||||
"prettier": "^2.6.2",
|
||||
"puppeteer": "^13.5.2",
|
||||
"react-hot-loader": "^4.13.0",
|
||||
"react-refresh": "^0.12.0",
|
||||
"style-loader": "^3.3.1",
|
||||
"ts-jest": "^27.1.4",
|
||||
"ts-node": "^10.7.0",
|
||||
@@ -54,6 +56,8 @@
|
||||
"workbox-webpack-plugin": "^6.5.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^4.7.0",
|
||||
"antd": "^4.19.5",
|
||||
"jszip": "^3.9.1",
|
||||
"nanoid": "^3.3.2",
|
||||
"openpgp": "^5.2.1",
|
||||
|
||||
Reference in New Issue
Block a user