-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.55 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.55 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "nunziella-salluce-design",
"version": "2.0.0",
"description": "Portfolio site for Nunziella Salluce",
"author": "Alessandro Giordo - <16958684+bovas85@users.noreply.github.com>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nuxt",
"build": "cross-env NODE_ENV=production nuxt build",
"start": "cross-env NODE_ENV=production yarn build && nuxt-start",
"startProd": "cross-env NODE_ENV=production nuxt-start",
"serve": "nuxt serve",
"generate": "nuxt build && nuxt generate",
"staging": "cross-env NODE_ENV=development now --public",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead",
"not ie > 0"
],
"dependencies": {
"@nuxt/http": "^0.6.4",
"@nuxtjs/component-cache": "^1.1.6",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"bulma": "^0.9.2",
"cookie-universal-nuxt": "^2.1.4",
"intersection-observer": "^0.12.0",
"lazysizes": "^5.3.2",
"nuxt": "^2.15.5",
"scrollama": "1.4.4",
"splitting": "^1.0.6",
"swiper": "^6.8.4",
"vue-awesome-swiper": "^4.1.1",
"vue-intersect": "^1.1.6",
"vue-localstorage": "^0.6.2",
"vue-media": "^1.1.1",
"vue-no-ssr": "^1.1.1",
"vue-scrollto": "^2.20.0",
"vuelidate": "^0.7.6"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"axios": "^0.30.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.4",
"eslint": "^7.26.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.9.0",
"lodash": "^4.17.23",
"node-fetch": "^2.6.7",
"node-sass": "^6.0.0",
"nuxt-purgecss": "^1.0.0",
"nuxt-start": "^2.15.5",
"open": "^8.0.8",
"postcss": "^8.2.14",
"postcss-import": "^14.0.2",
"postcss-loader": "4.2.0",
"postcss-nested": "^5.0.5",
"postcss-responsive-type": "^1.0.0",
"postcss-url": "^10.1.3",
"sass-loader": "10.2.0"
},
"resolutions": {
"color-string": "^1.6.0",
"follow-redirects": "^1.14.8",
"loader-utils": "1.4.2",
"minimist": "^1.2.6",
"path-parse": "^1.0.7",
"serialize-javascript": "^6.0.2",
"@babel/traverse": "^7.23.2",
"json-schema": "^0.4.0",
"form-data": "^4.0.0",
"semver": "^7.5.3",
"parse-url": "^8.1.0"
},
"volta": {
"node": "16.20.2"
}
}