forked from FilecoinFoundationWeb/ffdw-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "ffdw-website",
"version": "2.0.0",
"description": "",
"author": {
"name": "Agency Undone",
"email": "[email protected]"
},
"private": true,
"scripts": {
"dev": "node_modules/.bin/nuxt",
"start": "node_modules/.bin/nuxt start",
"build": "node_modules/.bin/nuxt build",
"generate": "node_modules/.bin/nuxt generate --fail-on-error"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@agency-undone/au-nuxt-module-zero": "^1.0.18",
"@agency-undone/nuxt-module-ipfs": "^1.0.2-alpha.4",
"@agency-undone/nuxt-module-matomo": "^1.0.0",
"@babel/core": "^7.17.3",
"@babel/eslint-parser": "^7.17.0",
"@nuxt/content": "^1.15.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/style-resources": "^1.2.1",
"eslint": "^8.3.0",
"eslint-plugin-nuxt": "^3.0.0",
"nuxt": "^2.15.4",
"plyr": "^3.6.12",
"raw-loader": "^4.0.2",
"sass": "^1.43.5",
"sass-loader": "^10.1.1",
"webpack": "^4.46.0"
}
}