-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.48 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
{
"private": true,
"version": "1.2.1",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"test": "jest",
"format": "prettier --write \"**/*.{js,vue,json}\"",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
},
"devDependencies": {
"@babel/preset-env": "7.22.20",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/vue": "7.0.0",
"@vue/vue3-jest": "29.2.6",
"autoprefixer": "10.4.16",
"axios": "0.27.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "29.7.0",
"global-jsdom": "9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "22.1.0",
"laravel-mix": "6.0.49",
"lodash": "4.17.21",
"postcss": "8.4.31",
"prettier": "3.0.3",
"tailwindcss": "3.3.3",
"vue-loader": "17.2.2"
},
"dependencies": {
"@formkit/addons": "1.2.2",
"@formkit/vue": "1.2.2",
"@stripe/stripe-js": "1.54.2",
"lodash": "4.17.21",
"pinia": "2.1.6",
"pinia-plugin-persistedstate": "3.2.0",
"swiper": "^9.4.1",
"swrv": "1.0.4",
"vue": "3.3.4",
"vue-router": "4.2.4"
}
}