-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.29 KB
/
package.json
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": "hello-world",
"description": "Share Something useful related to Life and tech.",
"version": "1.0.0",
"author": "Santhosh Veer",
"license": "MIT",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"newpost": "node scripts/newPost.js",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,vue}\"",
"server": "serve -s dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mskian/hello-world.git"
},
"bugs": {
"url": "https://github.com/mskian/hello-world/issues"
},
"homepage": "https://github.com/mskian/hello-world/#readme",
"keywords": [
"minimal",
"responsive",
"pwa",
"markdown"
],
"dependencies": {
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/remark-prismjs": "^0.5.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"gridsome": "^0.7.23",
"gridsome-plugin-feed": "^1.0.2",
"prompt-sync": "^4.2.0"
},
"devDependencies": {
"@sindresorhus/slugify": "^2.2.1",
"gridsome-plugin-manifest": "^0.3.5",
"gridsome-plugin-service-worker": "^0.2.8",
"moment": "^2.30.1",
"node-sass": "^8.0.0",
"prettier": "^3.4.2",
"sass-loader": "^10.5.2"
}
}