-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 860 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": "portfolio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@nuxtjs/axios": "^5.13.6",
"chart.js": "^2.9.4",
"core-js": "^3.15.1",
"gsap": "file:./gsap-bonus.tgz",
"nuxt": "^2.15.7",
"nuxt-mail": "^3.0.12",
"vee-validate": "^3.4.13",
"vue-chartjs": "^3.5.1",
"vue-tilt.js": "^1.1.1"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/style-resources": "^1.2.1",
"fibers": "^5.0.0",
"node-sass": "^6.0.1",
"sass-loader": "^10.2.0"
}
}