-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
116 lines (116 loc) · 3.44 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "platformkit",
"description": "Open-Source Static Site Generator for content, software, and e-commerce platforms.",
"private": false,
"bin": {
"platformkit": "./bin/run"
},
"scripts": {
"prebuild": "node ./scripts/installer.js",
"init": "./bin/run seedData;",
"build": "gridsome build",
"setup": "./bin/run getData; ./bin/run copyData; ./bin/run copyStaticFiles; gridsome develop",
"develop": "gridsome develop",
"explore": "gridsome explore",
"deploy": "./bin/run copyData; gridsome build",
"manage": "npx netlify-cms-proxy-server;",
"manage-local": "cd ./workspace/repository; npx netlify-cms-proxy-server;"
},
"files": [
"/bin",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/src",
"/lib",
"/functions"
],
"dependencies": {
"@babel/preset-typescript": "^7.9.0",
"@cubejs-client/core": "^0.19.14",
"@cubejs-client/vue": "^0.19.0",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/remark-prismjs": "^0.2.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.5.0",
"@microflash/gridsome-plugin-feed": "^1.0.5",
"@ncwidgets/file-relation": "^0.6.1",
"@ncwidgets/id": "^0.6.0",
"@ncwidgets/reorder": "^0.6.0",
"@octokit/rest": "^17.8.0",
"@pake/react-color": "^3.0.0",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.13.1",
"cryptr": "^6.0.2",
"customer-js": "^0.0.3",
"docsify-cli": "^4.4.0",
"dotenv": "^8.2.0",
"dotenv-flow": "^3.1.0",
"dotenv-webpack": "^1.7.0",
"front-matter": "^3.1.0",
"fs": "^0.0.1-security",
"fse": "^4.0.1",
"gitorm": "^0.0.25",
"graphql-sequelize": "^9.4.0",
"gridsome": "^0.7.14",
"gridsome-plugin-feed": "^1.0.2",
"gridsome-plugin-netlify-cms": "^1.0.9",
"gridsome-plugin-rss": "^1.2.0",
"hashids": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"laue": "^0.2.1",
"link-module-alias": "^1.2.0",
"mailgun-js": "^0.22.0",
"marked": "^0.8.2",
"moment": "^2.25.3",
"mysql": "^2.18.1",
"ncp": "^2.0.0",
"netlify-cms": "^2.10.48",
"netlify-cms-color-field": "^1.0.0",
"netlify-cms-widget-color": "^3.0.1",
"netlify-cms-widget-colorpickers": "^0.3.4",
"netlify-lambda": "^1.6.3",
"node-webhooks": "^1.4.2",
"nodegit": "^0.26.5",
"nodemailer": "^6.4.6",
"nodemailer-mailgun-transport": "^2.0.0",
"nodemailer-smtp-transport": "^2.7.4",
"oclif": "^1.16.1",
"open": "^7.0.3",
"pg": "^8.1.0",
"plyr": "^3.6.2",
"promisify-node": "^0.5.0",
"send-webhook": "^1.0.0",
"sequelize": "^5.21.8",
"sharp": "^0.25.2",
"stripe": "^8.50.0",
"v-hotkey": "^0.8.0",
"v-markdown": "^1.0.2",
"v-runtime-template": "^1.10.0",
"vue": "^2.6.11",
"vue-plyr": "^6.0.4",
"vue-prism": "^1.0.5",
"vue-stripe-checkout": "^3.3.1"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"dotenv": "^8.2.0",
"dotenv-flow": "^3.1.0",
"dotenv-webpack": "^1.7.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.0"
},
"main": "src/index.js",
"oclif": {
"commands": "./src/commands",
"bin": "platformkit",
"plugins": [
"@oclif/plugin-help"
]
},
"version": "0.0.6"
}