-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 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
48
49
50
{
"name": "thermal-website",
"description": "Thermal website",
"main": "src/main.js",
"private": true,
"author": {
"name": "CodeCarrot, Inc.",
"url": "https://www.codecarrot.net",
"email": "contact@codecarrot.net"
},
"scripts": {
"develop": "gridsome develop",
"explore": "gridsome explore",
"build": "gridsome build"
},
"bugs": {
"url": "https://github.com/gitthermal/website/issues"
},
"repository": {
"url": "https://github.com/gitthermal/website/"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.1",
"@octokit/rest": "^18.0.5",
"docsearch.js": "^2.6.3",
"gridsome": "0.7.20",
"vue-github-button": "^1.2.0"
},
"devDependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "0.6.2",
"@gridsome/vue-remark": "0.2.4",
"apexcharts": "^3.24.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"platform": "^1.3.6",
"prettier": "^2.1.1",
"remark": "^12.0.1",
"remark-html": "^13.0.2",
"remark-preset-lint-recommended": "^4.0.1",
"sass-loader": "^7.3.1",
"vue-apexcharts": "^1.6.0",
"vue-svg-loader": "^0.12.0"
}
}