-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "omscs-notes",
"private": true,
"scripts": {
"build": "GRIDSOME_ENV=production gridsome build",
"develop": "GRIDSOME_ENV=development gridsome develop",
"explore": "gridsome explore",
"lint": "vue-cli-service lint"
},
"volta": {
"node": "14.19.0"
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.4.0",
"github-markdown-css": "^3.0.1",
"gridsome": "^0.7.0",
"gridsome-plugin-purgecss": "^1.0.12",
"gridsome-plugin-remark-shiki": "^0.3.1",
"remark-autolink-headings": "^5.2.1",
"remark-html-katex": "^2.0.0",
"remark-math": "^2.0.0",
"v-tooltip": "^2.0.2",
"vue-carousel": "^0.18.0",
"vue-notification": "^1.3.20"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-plugin-gridsome": "^1.4.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"gridsome-plugin-tailwindcss": "^2.2.27",
"node-sass": "^4.13.1",
"prettier": "^2.0.5",
"sass-loader": "^8.0.0",
"vue-eslint-parser": "^7.0.0"
}
}