-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
89 lines (89 loc) · 2.72 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"//": "@todo-symfony",
"name": "xm_starter_symfony_4",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/xmmedia/starter_symfony_4"
},
"license": "MIT",
"//private": true,
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"test:unit": "vitest",
"test:e2e": "cypress open",
"lint:js": "eslint --ext .js,.vue public/js *.js",
"lint:js:fix": "eslint --ext .js,.vue public/js *.js --fix",
"lint:css": "stylelint public/css/**/*.scss",
"lint:css:fix": "stylelint public/css/**/*.scss --fix",
"audit:moderate": "npx audit-ci@^7 --moderate --config .audit-ci.jsonc --report-type summary",
"audit:high": "npx audit-ci@^7 --high --config .audit-ci.jsonc --report-type summary"
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@googlemaps/js-api-loader": "^1.15.2",
"@sentry/vite-plugin": "^2.10.2",
"@sentry/vue": "^7.49.0",
"@unhead/vue": "^1.7.4",
"@vue/apollo-composable": "^4.0.0",
"@vuelidate/components": "^1.2.6",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@xstate/vue": "^3.0.2",
"@zootools/email-spell-checker": "^1.12.0",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"apollo-upload-client": "^18.0.1",
"core-js": "^3.4.3",
"cuid": "^3.0.0",
"date-fns": "^4.0.0",
"graphql": "^16.0.0",
"graphql-tag": "^2.10.0",
"hibp": "^14.0.0",
"js-cookie": "^3.0.0",
"libphonenumber-js": "^1.7.22",
"lodash": "^4.17.11",
"omit-deep-lodash": "^1.1.5",
"pinia": "^2.0.34",
"pluralize": "^8.0.0",
"qs": "^6.7.0",
"slugify": "^1.4.0",
"uuid": "^10.0.0",
"vue": "^3.2.0",
"vue-final-modal": "^4.3.0",
"vue-flatpickr-component": "^11.0.0",
"vue-global-events": "^3.0.0",
"vue-multiselect": "^3.0.0-beta.2",
"vue-router": "^4.0.0",
"vuedraggable": "^4.1.0",
"xstate": "^5.4.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@faker-js/faker": "^9.0.1",
"@rollup/plugin-graphql": "^2.0.3",
"@tailwindcss/typography": "^0.5.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/test-utils": "^2.0.0",
"autoprefixer": "^10.0.2",
"dotenv": "^16.0.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"jsdom": "^24.0.0",
"postcss": "^8.2.1",
"sass": "^1.62.1",
"stylelint": "^16.0.2",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.0.0",
"tailwindcss": "^3.0",
"vite": "^5.0",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-symfony": "6.2.0",
"vitest": "^2.1.1"
},
"packageManager": "[email protected]"
}