-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "robonomics.network",
"private": true,
"scripts": {
"build": "gridsome --max_old_space_size=4096 build",
"test:e2e": "vue-cli-service test:e2e",
"build-m1": "export NODE_OPTIONS=--openssl-legacy-provider && gridsome build",
"develop": "gridsome develop",
"develop-m1": "export NODE_OPTIONS=--openssl-legacy-provider && gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/transformer-remark": "^0.6.4",
"@gridsome/vue-remark": "^0.2.6",
"@noxify/gridsome-plugin-remark-embed": "^1.3.1",
"gridsome": "^0.7.23",
"gridsome-plugin-google-sheets-post": "^3.0.6",
"gridsome-plugin-matomo": "^0.1.0",
"gridsome-plugin-translateit": "^1.0.10",
"gridsome-source-github-api": "^0.2.0",
"i18n-pro": "^2.1.0",
"parallax-js": "^3.1.0",
"ping-ipfs-gateway": "^1.0.1",
"sharp": "^0.33.5",
"three": "^0.168.0",
"vue-in-viewport-directive": "^2.0.2",
"vue-svg-loader": "^0.16.0",
"vue2-smooth-scroll": "^1.5.1"
},
"overrides": {
"gridsome": {
"sharp": "^0.30.7"
}
},
"devDependencies": {
"http-proxy-middleware": "^0.19.2"
}
}