-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 943 Bytes
/
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
{
"name": "bengal-shop-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--openssl-legacy-provider' nuxt",
"watch": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@nuxtjs/fontawesome": "^1.1.2",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"v-click-outside": "^3.1.2",
"vue": "^2.6.14",
"vue-js-modal": "^2.0.1",
"vue-server-renderer": "^2.6.14",
"vue-slick-carousel": "^1.0.6",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.2.1",
"postcss": "^8.4.4",
"sass": "^1.49.7",
"sass-loader": "10.1.1"
}
}