-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.79 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "pwa-proposta",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev:test": "vite --mode=test",
"build": "vite build",
"serve": "vite preview",
"cypress:open": "cypress open http://localhost:3000",
"test": "jest",
"test:cypress": "cypress",
"test:watch": "jest ---watchAll",
"test:coverage": "jest --coverage",
"test:e2e": "yarn run dev:test & cypress open",
"test:e2e:run": "yarn run dev:test & cypress run && fuser -k 3000/tcp"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@tailwindcss/forms": "^0.3.3",
"@vue/apollo-option": "^4.0.0-alpha.13",
"@vue/cli-plugin-babel": "^4.5.13",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"axios": "0.21.1",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"vue": "^3.0.5",
"vue-router": "4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/cli-plugin-unit-jest": "5.0.0-beta.2",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.0.0-rc.9",
"autoprefixer": "^10.3.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.5.6",
"babel-plugin-transform-import-meta": "^2.0.0",
"cypress": "^8.3.1",
"jest": "^26.5.6",
"miragejs": "^0.1.41",
"postcss": "^8.3.6",
"regenerator-runtime": "^0.13.9",
"tailwindcss": "^2.2.8",
"ts-jest": "^26.5.6",
"vite": "^2.5.3",
"vue-jest": "^5.0.0-alpha.10"
}
}