-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.14 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.14 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
{
"name": "microcms",
"private": true,
"scripts": {
"build:gridsome": "gridsome build",
"develop:gridsome": "gridsome develop",
"explore:gridsome": "gridsome explore",
"build:sass": "webpack",
"watch:sass": "webpack --watch",
"dev": "run-p watch:sass develop:gridsome",
"build": "run-s build:sass build:gridsome"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.2",
"gridsome": "^0.7.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.8",
"@gridsome/plugin-sitemap": "^0.2.3",
"axios": "^0.19.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^8.0.0",
"vue-carousel": "^0.18.0",
"vue-loading-template": "^1.3.2",
"vue-meta": "^2.3.1",
"vue-page-transition": "^0.2.2",
"webpack-fix-style-only-entries": "^0.4.0"
}
}