-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
30 lines (30 loc) · 820 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
{
"dependencies": {
"@testing-library/cypress": "^9.0.0",
"@testing-library/vue": "6.6.1",
"@types/luxon": "^3.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"axios": "1.3.4",
"cypress": "^12.17.1",
"flush-promises": "1.0.2",
"jsdom": "^21.1.1",
"luxon": "^3.3.0",
"moment": "2.29.4",
"msw": "^1.2.5",
"node-request-interceptor": "0.6.3",
"pinia": "^2.0.33",
"vite": "4.1.4",
"vue": "^3.3.4"
},
"devDependencies": {
"typescript": "^5.1.6",
"vitest": "0.29.2"
},
"scripts": {
"cypress:run": "cypress run --component --spec 'examples/**/*.cy.ts'",
"cypress:open": "cypress open --component -b chrome --spec 'examples/**/*.cy.ts'",
"vitest": "vitest --run"
}
}