-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.23 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
{
"name": "website",
"version": "1.0.0",
"description": "My tiptop Nuxt.js project",
"author": "sidahmedabdelillah",
"private": true,
"scripts": {
"dev": " nuxt",
"build": "nuxt build",
"start": "nuxt start",
"prod": "yarn build && yarn start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/markdownit": "^1.2.10",
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/strapi": "^0.1.6",
"@nuxtjs/toast": "^3.3.1",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",
"js-cookie": "^2.2.1",
"jssoup": "0.0.12",
"leaflet": "^1.7.1",
"nuxt": "^2.14.4",
"nuxt-fontawesome": "^0.4.0",
"nuxt-gmaps": "^1.2.5",
"vue-fuse": "^2.2.1",
"vue2-leaflet": "^2.5.2",
"vuex-persist": "^2.2.0",
"vuex-persistedstate": "^3.1.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.3"
}
}