forked from daticahealth/datica-policies-jamdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 733 Bytes
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
{
"name": "jamdocs",
"private": true,
"engines": {
"node": "10.x"
},
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/plugin-sitemap": "^0.2.1",
"@gridsome/remark-prismjs": "0.0.6",
"@gridsome/source-filesystem": "^0.6.0",
"@gridsome/transformer-remark": "^0.3.4",
"gridsome": "^0.7.0",
"gridsome-plugin-algolia": "^2.1.1",
"typeface-inter": "^3.10.0",
"vue-feather-icons": "^4.22.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-resources-loader": "^1.2.1"
}
}