-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1000 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
35
{
"name": "landing-page",
"version": "1.0.0",
"description": "The best app to increase your productivity",
"author": "Radmir Nabiullin",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.13",
"@fortawesome/free-brands-svg-icons": "^5.7.0",
"@fortawesome/free-regular-svg-icons": "^5.7.0",
"@fortawesome/free-solid-svg-icons": "^5.7.0",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@nuxtjs/pwa": "^3.0.0-beta.14",
"@nuxtjs/style-resources": "^0.1.2",
"cross-env": "^5.2.0",
"lodash.debounce": "^4.0.8",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.6.3",
"nuxt-fontawesome": "^0.4.0",
"nuxt-leaflet": "0.0.15",
"nuxt-webfontloader": "^1.0.0",
"sass-loader": "^7.1.0",
"vue-carousel": "^0.17.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}