-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 989 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
28
29
30
31
32
33
{
"name": "vanaj.io",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "node redirects/prebuild.js && vue-cli-service build && netlify-lambda build functions",
"deploy": "git add -A && git commit -m 'redirects' && git push",
"start": "npm run serve"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"aos": "^3.0.0-beta.6",
"encoding": "^0.1.13",
"eslint": "^7.7.0",
"eslint-plugin-vue": "^6.2.2",
"netlify-lambda": "^2.0.1",
"node-fetch": "^2.6.0",
"node-mailjet": "^6.0.2",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-scrollto": "^2.18.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-plugin-pwa": "^4.4.6",
"@vue/cli-plugin-router": "^4.5.2",
"@vue/cli-service": "~4.4.0",
"vue-template-compiler": "^2.6.11"
}
}