-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.64 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.17.0",
"@babel/preset-env": "^7.16.0",
"@ckeditor/ckeditor5-build-classic": "^39.0.1",
"@symfony/webpack-encore": "^4.0.0",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"core-js": "^3.23.0",
"daisyui": "^3.5.1",
"eslint": "^8.0.1",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"jquery": "^3.7.0",
"pinia": "^2.1.6",
"postcss": "^8.4.27",
"postcss-loader": "^7.3.3",
"primeicons": "^6.0.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.65.1",
"sass-loader": "^13.0.0",
"select2": "^4.1.0-rc.0",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.0.0",
"typescript": "^5.1.6",
"vue": "^3.3.4",
"vue-loader": "^17.2.2",
"vue-router": "^4.2.4",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0",
"vue3-toastify": "^0.1.12",
"date-fns": "^2.30.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"axios": "^1.4.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}