-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.13 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "cristin-io",
"version": "3.0.0",
"description": "Front End Software Engineer Cristin O'Connor's blog and résumé",
"private": true,
"author": "Cristin O'Connor <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.15.3",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/pro-duotone-svg-icons": "^5.15.3",
"@fortawesome/pro-light-svg-icons": "^5.15.3",
"@fortawesome/pro-regular-svg-icons": "^5.15.3",
"@fortawesome/pro-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@nuxt/content": "^1.14.0",
"@nuxtjs/emotion": "^0.1.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"bootstrap": "^5.0.1",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.9.1",
"defu": "^6.0.0",
"fs": "0.0.1-security",
"nuxt": "^2.15.6",
"nuxt-fontawesome": "^0.4.0",
"prism-themes": "^1.6.0",
"prismjs": "^1.28.0"
},
"devDependencies": {
"@nuxt/image": "^0.4.14",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@vue/test-utils": "^1.1.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"fibers": "^5.0.0",
"jest": "^26.6.3",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"sass": "^1.32.13",
"sass-loader": "^10.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cnocon/vue-cristin-io-2/tree/master"
},
"bugs": {
"url": "https://github.com/cnocon/vue-cristin-io-2/issues"
}
}