forked from itsnwa/darkfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 1.05 KB
/
package.json
File metadata and controls
20 lines (20 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "itsnwa.com",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"plugins-1": "npm install @gridsome/plugin-google-analytics && npm install @gridsome/source-filesystem && npm install @gridsome/transformer-remark && npm install @gridsome/plugin-sitemap && npm install gridsome-plugin-gtm --save && npm install gridsome-plugin-pwa && npm install -D gridsome-plugin-svg",
"plugins-2": "npm install @gridsome/transformer-yaml && npm install gridsome-plugin-modal --save && npm install @gridsome/transformer-json && npm install gridsome-source-graphql && npm install -D typescript ts-loader gridsome-plugin-typescript && npm i gridsome-plugin-base-components && npm install gridsome-source-firestore && npm install gridsome-transformer-vue"
},
"dependencies": {
"gridsome": "^0.6.0"
},
"devDependencies": {
"@gridsome/source-filesystem": "^0.5.0",
"@gridsome/transformer-remark": "^0.3.2",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0"
}
}