-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "static-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"lint": "eslint \"{@(components|layouts|pages|util)/**/*,*}.@(js|vue)\"",
"lint:fix": "npm run lint -- --fix",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botblock/static-site.git"
},
"keywords": [],
"author": "Matt (IPv4) Cowley",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/botblock/static-site/issues"
},
"homepage": "https://github.com/botblock/static-site#readme",
"devDependencies": {
"eslint": "^8.2.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
"nuxt": "^2.15.8",
"nuxt-resolve-url-loader": "^1.0.4",
"raw-loader": "^4.0.2",
"sass": "^1.43.4",
"sass-loader": "^10.2.0",
"vue-svg-loader": "^0.16.0",
"yaml-loader": "^0.6.0"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/sitemap": "^2.4.0",
"fontsource-megrim": "^4.0.0",
"markdown-it": "^12.2.0",
"modern-normalize": "^1.1.0",
"prismjs": "^1.25.0",
"vue-prism-component": "^1.2.0",
"vue-select": "^3.16.0"
}
}