-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.58 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
{
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^3.0.0",
"babel-jest": "^29.0.2",
"core-js": "^3.23.0",
"jsdom": "^20.0.0",
"postcss-loader": "^7.0.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.54.5",
"sass-loader": "^12.0.0",
"vue-loader": "^17.0.0",
"webpack-notifier": "^1.15.0"
},
"license": "BUSL-1.1",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@parthenon/ui": "^1.0",
"@parthenon/vue-menu": "^1.0",
"@tailwindcss/forms": "^0.5.2",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue-stripe/vue-stripe": "^4.4.4",
"@vue/test-utils": "^2.0.2",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.2",
"currency.js": "^2.0.4",
"jest": "^29.0.2",
"js-file-download": "^0.4.12",
"tailwindcss": "^3.1.8",
"vitest": "^0.23.1",
"vue": "^3.2.36",
"vue-i18n": "^9.2.2",
"vue-moment-v3": "^4.1.0",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
}
}