-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.31 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.31 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
{
"name": "vefa-starter",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@vuex-orm/core": "^0.32.1",
"axios": "^0.19.0",
"date-fns": "^1.30.1",
"gridsome": "^0.6.7",
"isomorphic-fetch": "^2.2.1",
"typeface-montserrat": "^0.0.54",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@gridsome/plugin-critical": "^0.1.3",
"@gridsome/plugin-sitemap": "^0.2.1",
"@gridsome/source-filesystem": "^0.5.0",
"@gridsome/transformer-remark": "^0.3.2",
"babel-eslint": "^10.0.2",
"babel-plugin-no-side-effect-class-properties": "^0.0.7",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"eslint-plugin-gridsome": "^1.2.8",
"gridsome-source-static-meta": "^1.0.0",
"js-yaml": "^3.13.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"remark-attr": "^0.8.3",
"sort-css-media-queries": "^1.4.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"svg-to-vue-component": "^0.3.8",
"vue-eslint-parser": "^6.0.4",
"yamlify": "^0.2.0"
}
}