-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.39 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
43
44
45
46
47
48
{
"name": "nakamology",
"private": true,
"scripts": {
"build": "gridsome build",
"dev": "gridsome develop",
"explore": "gridsome explore",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"lint": "eslint . --ext .js,.vue"
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"gh-pages": "^3.2.0",
"gridsome": "^0.7.0",
"lodash.debounce": "^4.0.8",
"lodash.mapvalues": "^4.6.0",
"remark": "^13.0.0",
"remark-attr": "^0.11.1",
"remark-inline-links": "^5.0.0",
"remark-toc": "^7.2.0",
"truncatise": "^0.0.8",
"vue-infinite-loading": "^2.4.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"autoprefixer": "^9",
"babel-eslint": "^10.1.0",
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.2",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.10.0",
"gridsome-plugin-tailwindcss": "^4.1.1",
"postcss": "^7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue-svg-loader": "^0.16.0"
}
}