-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1002 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "vuer",
"version": "2.4",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vite build && npm run service-worker",
"test": "jest",
"test:watch": "jest --watchAll",
"test:e2e": "concurrently --success \"first\" -k \"npm:start\" \"cypress run --headed\"",
"service-worker": "npx rollup -c \"rollup.config.js\"",
"check": "npm run test && npm run test:e2e"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"axios": "^0.19.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"@testing-library/vue": "^5.0.4",
"@types/jest": "^26.0.9",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vue/compiler-sfc": "^3.2.45",
"concurrently": "^5.3.0",
"cypress": "^5.0.0",
"jest": "^26.4.0",
"rollup-plugin-terser": "^7.0.1",
"rollup-plugin-workbox": "^5.2.1",
"sass": "^1.26.10",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7",
"vite": "^4.0.4",
"workbox-cli": "^5.1.3",
"workbox-precaching": "^5.1.3"
}
}