-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 940 Bytes
/
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
{
"name": "jack-mason-dev",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider gridsome build",
"serve": "NODE_OPTIONS=--openssl-legacy-provider gridsome develop",
"start": "NODE_OPTIONS=--openssl-legacy-provider gridsome develop",
"develop": "NODE_OPTIONS=--openssl-legacy-provider gridsome develop",
"dev": "NODE_OPTIONS=--openssl-legacy-provider gridsome develop",
"explore": "NODE_OPTIONS=--openssl-legacy-provider gridsome explore",
"lint": "eslint \"src/**/*.+(js|vue)\" --fix"
},
"dependencies": {
"animejs": "^3.2.1",
"gridsome": "^0.7.23",
"gridsome-plugin-i18n": "^1.6.0",
"gridsome-plugin-pwa": "^0.0.17"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-gridsome": "^1.6.2",
"eslint-plugin-vue": "^6.2.2",
"vue-eslint-parser": "^9.1.0",
"vue-svg-loader": "^0.16.0"
}
}