-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.21 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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@symfony/webpack-encore": "^4.6.1",
"core-js": "^3.0.0",
"cypress": "^12.6.0",
"postcss": "^8.0.9",
"postcss-loader": "^7.0.1",
"regenerator-runtime": "^0.13.2",
"tailwindcss": "^3.0.23",
"vue": "^3.0",
"vue-loader": "^17.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.6.0"
},
"license": "MIT",
"private": false,
"version": "0.0.2",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"cypress": "cypress open",
"build-admin": "rm -rf public/mm_module/assets/ && cd frontends/member_module && npm run build-only",
"build-all": "yarn build && yarn build-admin"
},
"dependencies": {
"@oruga-ui/oruga-next": "^0.5.9",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"axios": "^1.6.0",
"jquery": "^3.6.2",
"maska": "^2.1.7"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}