-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
40
41
42
43
44
45
46
47
{
"name": "darija",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "^3.6.0",
"prettier": "^3.0.2",
"sass": "^1.51.0",
"sass-loader": "^10.1.1",
"stylelint": "^14.3.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-recommended-vue": "^1.1.0",
"stylelint-config-standard-scss": "^3.0.0",
"vite-plugin-dynamic-import": "^1.4.1",
"vite-svg-loader": "^4.0.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@ionited/tooltip-vue": "^0.1.7",
"@pinia/nuxt": "^0.4.7",
"@yeger/vue-masonry-wall": "^5.0.12",
"axios": "^1.4.0",
"bootstrap": "^5.3.2",
"floating-vue": "^2.0.0-beta.24",
"lodash": "^4.17.21",
"nuxt-lodash": "^2.4.1",
"pinia": "^2.1.7",
"uuid": "^3.4.0",
"vue3-toastify": "^0.1.6"
},
"resolutions": {
"postcss": "^8.3.11"
}
}