-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.68 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
49
50
51
52
53
54
{
"name": "photoscope",
"version": "1.0.0",
"description": "High performance NuxtJS & VueJS static website specially developed for Photographers, Designers and Creative Agents using minimalist design and modern technologies.",
"author": "Themebiotic",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build && nuxt export",
"start": "nuxt start",
"generate": "nuxt build && nuxt export",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/style-resources": "^1.0.0",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"fecha": "^4.2.0",
"lozad": "^1.15.0",
"nuxt": "^2.13.3",
"vue-animejs": "^2.1.1",
"vue-cool-lightbox": "^2.4.1",
"vue-custom-scrollbar": "^1.2.0",
"vue-observe-visibility": "^0.4.6",
"vue-unicons": "^2.3.0",
"vuelidate": "^0.7.5"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": ">=1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint": "^7.4.0",
"intersection-observer": "^0.11.0",
"jest": "^26.1.0",
"node-sass": "^4.14.1",
"nuxt-responsive-loader": "^2.0.1",
"nuxt-social-meta": "0.0.5",
"nuxt-webfontloader": "^1.1.0",
"prettier": "^2.0.5",
"responsive-loader": "github:alisamar/responsive-loader",
"sass-loader": "^9.0.2",
"sharp": "^0.25.4",
"vue-jest": "^3.0.4"
}
}