-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "ipfs-ecosystem-directory",
"version": "1.0.0",
"description": "Interactive IPFS ecosystem directory and showcase",
"author": {
"name": "Agency Undone",
"email": "hello@agencyundone.com"
},
"private": true,
"scripts": {
"dev": "node_modules/.bin/nuxt",
"start": "node_modules/.bin/nuxt start",
"build": "node_modules/.bin/nuxt build",
"airtable-pull": "node scripts/fetch-from-airtable.js",
"generate": "node_modules/.bin/nuxt generate --fail-on-error"
},
"engines": {
"node": ">=16.13.0"
},
"dependencies": {
"@agency-undone/nuxt-module-ecosystem-directory": "^1.0.22",
"@agency-undone/nuxt-module-ipfs": "^1.0.2-alpha.4",
"@nuxtjs/eslint-config": "^7.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"axios": "^0.27.2",
"eslint": "^8.3.0",
"eslint-plugin-nuxt": "^3.0.0",
"fs-extra": "^10.1.0",
"mime": "^3.0.0",
"nuxt": "^2.15.4",
"raw-loader": "^4.0.2",
"sass": "^1.43.5",
"sass-loader": "^10.1.1",
"sharp": "^0.31.1"
},
"devDependencies": {
"airtable": "^0.11.4",
"dotenv": "^16.0.1",
"lodash.kebabcase": "^4.1.1"
}
}