-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.96 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
55
56
57
58
59
60
61
{
"name": "prospect-app",
"version": "0.2.0",
"description": "Pröspect est un bot qui part à la recherche des archives numérisées de notre patrimoine disponibles sur la toile pour créer un nouvel artéfact visuel et poétique",
"author": "Paul Gascou-Vaillancourt",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt-start",
"generate": "nuxt generate",
"eslint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"stylelint": "stylelint **/*.scss **/*.vue",
"lint:fix": "yarn eslint --fix && yarn stylelint --fix",
"precommit": "npm run lint",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/google-analytics": "^2.1.0",
"@nuxtjs/sentry": "^2.3.1",
"@nuxtjs/sitemap": "^0.2.0",
"@nuxtjs/style-resources": "^0.1.2",
"animejs": "^3.0.1",
"bricks.js": "^1.8.0",
"cross-env": "^5.2.0",
"file-saver": "^2.0.1",
"fullpage.js": "2.9.7",
"imagesloaded": "^4.1.4",
"intersection-observer": "^0.5.1",
"jquery": "^3.4.0",
"mobile-detect": "^1.4.3",
"nuxt-start": "^2.4.5",
"seamless-scroll-polyfill": "^0.5.3",
"snyk": "^1.165.0",
"viewport-units-buggyfill": "^0.6.2",
"vue-observe-visibility": "^0.4.3",
"vue-window-size": "^0.2.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.15.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"nuxt": "^2.4.5",
"sass": "^1.71.1",
"sass-loader": "^7.1.0",
"stylelint": "^9.10.1",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.4"
},
"snyk": true
}