-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "filecoin-project-ecodash",
"version": "2.0.0",
"description": "Interactive ecosystem directory and showcase",
"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.13.0"
},
"dependencies": {
"@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",
"countly-sdk-web": "^20.11.3",
"eslint": "^8.3.0",
"eslint-plugin-nuxt": "^3.0.0",
"filesize": "^8.0.6",
"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.0.0",
"vue-uuid": "^2.0.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"airtable": "^0.12.1",
"ajv-cli": "^5.0.0",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"glob": "^10.3.3",
"jsonlint": "^1.6.3",
"sharp": "^0.32.4"
}
}