Skip to content

Commit

Permalink
Reorganize package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 26, 2024
1 parent b88601c commit 9e161f2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"name": "akatsuki-web",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"lint-fix": "yarn eslint --fix src/",
"preinstall": "npx only-allow yarn"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.9.3",
"@babel/core": "^7.16.0",
Expand Down Expand Up @@ -74,12 +81,15 @@
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"lint-fix": "yarn eslint --fix src/",
"preinstall": "npx only-allow yarn"
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.3.2"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down Expand Up @@ -227,16 +237,6 @@
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.3.2"
},
"jest": {
"roots": [
"<rootDir>/src"
Expand Down

0 comments on commit 9e161f2

Please sign in to comment.