-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
{
"name": "ff-ecc-grants",
"version": "1.0.0",
"description": "Website for a joint effort between the Filecoin Foundation and the Electonic Coin Co.",
"author": {
"name": "Agency Undone",
"email": "[email protected]"
},
"private": true,
"scripts": {
"dev": "node_modules/.bin/nuxt --fix",
"start": "node_modules/.bin/nuxt start",
"build": "node_modules/.bin/nuxt build",
"generate": "node_modules/.bin/nuxt generate --fail-on-error"
},
"engines": {
"node": ">=16.13.0"
},
"dependencies": {
"@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/sitemap": "^2.4.0",
"@nuxtjs/style-resources": "^1.2.1",
"cookie": "^0.5.0",
"eslint": "^8.3.0",
"eslint-plugin-nuxt": "^3.0.0",
"nuxt": "^2.15.4",
"nuxt-hammer": "^2.1.3",
"raw-loader": "^4.0.2",
"sass": "^1.43.5",
"sass-loader": "^10.1.1",
"vue": "^2.6.14",
"vue-ls": "^4.2.0",
"vue-uuid": "^2.1.0",
"webpack": "^4.46.0"
}
}