-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.21 KB
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Portfolio",
"author": "nokotaro",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "gh-pages -b master -d dist -r git@github.com:nokotaro/nokotaro.github.io.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@nuxtjs/markdownit": "^1.2.10",
"animejs": "^3.2.0",
"bootstrap": "^5.0.0-alpha1",
"bootstrap-vue": "^2.16.0",
"nuxt": "^2.14.4",
"nuxt-fontawesome": "^0.4.0",
"nuxt-property-decorator": "^2.7.2",
"ts-node": "^9.0.0"
},
"devDependencies": {
"@nuxt/typescript": "^2.8.1",
"@nuxt/typescript-build": "^2.0.3",
"@types/animejs": "^3.1.2",
"fork-ts-checker-webpack-plugin": "^5.1.0",
"gh-pages": "^3.1.0",
"pug": "^3.0.0",
"pug-loader": "^2.3.0",
"pug-plain-loader": "^1.0.0",
"push-dir": "^0.4.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}