Skip to content

Commit

Permalink
switching to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Jun 24, 2024
1 parent 46df80a commit 5c687ca
Show file tree
Hide file tree
Showing 2 changed files with 2,748 additions and 2,950 deletions.
17 changes: 4 additions & 13 deletions e2e/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,26 @@
"version": "1.4.0",
"scripts": {
"ci": "npm run e2e",
"setup": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start",
"cypress": "cypress run",
"e2e": "npm run cypress",
"poste2e": "pm2 kill",
"setup": "dfx deploy; dfx generate;",
"e2e": "cypress run",
"eslint:fix": "npm run lint -- --fix",
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' cypress *.js",
"lint": "npm run eslint",
"build": "",
"lint:fix": "npm run lint -- --fix",
"test:coverage": "",
"test": "",
"start": "parcel src/index.html"
"start": "vite src"
},
"devDependencies": {
"@types/node": "^18.0.6",
"concurrently": "^8.2.2",
"cypress": "^13.7.0",
"esbuild": "^0.20.2",
"parcel": "^2.12.0",
"pm2": "^5.3.1",
"size-limit": "^8.1.0"
"vite": "^5.3.1"
},
"dependencies": {
"@dfinity/agent": "^1.4.0",
"@dfinity/identity": "^1.4.0",
"@dfinity/principal": "^1.4.0",
"idb-keyval": "^6.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}
Loading

0 comments on commit 5c687ca

Please sign in to comment.