forked from Virtual-Coffee/virtualcoffee.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.03 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
{
"name": "virtualcoffee-io",
"version": "2.0.0",
"description": "The public site for virtualcoffee.io",
"scripts": {
"preinstall": "npx only-allow yarn",
"start": "npx grunt start",
"build": "ELEVENTY_ENV=production npx grunt release-prep",
"serve": "npx grunt connect:server",
"build-preview": "yarn build && yarn serve",
"update-member-data": "node ./scripts/update-member-data.js"
},
"repository": "git://github.com/Virtual-Coffee/virtualcoffee.io.git",
"author": "Virtual Coffee <[email protected]> (https://virtualcoffee.io/)",
"license": "CC-BY-3.0",
"bugs": {
"url": "https://github.com/Virtual-Coffee/virtualcoffee.io/issues"
},
"homepage": "https://github.com/Virtual-Coffee/virtualcoffee.io#readme",
"devDependencies": {
"@11ty/eleventy": "0.11.1",
"@11ty/eleventy-navigation": "0.1.6",
"@11ty/eleventy-plugin-rss": "1.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "3.0.6",
"@fullhuman/postcss-purgecss": "4.0.0",
"@lodder/grunt-postcss": "3.0.0",
"autoprefixer": "10.2.4",
"cssnano": "4.1.10",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "3.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "5.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-filerev": "2.3.1",
"grunt-filerev-assets": "1.0.0",
"grunt-replace": "1.0.1",
"grunt-sass": "3.1.0",
"grunt-shell": "3.0.1",
"load-grunt-tasks": "5.1.0",
"lodash": "4.17.20",
"luxon": "1.25.0",
"markdown-it": "12.0.4",
"markdown-it-anchor": "7.0.2",
"postcss": "8.2.5",
"prettier": "2.2.1",
"sass": "1.32.6",
"time-grunt": "2.0.0"
},
"dependencies": {
"@11ty/eleventy-cache-assets": "2.1.0",
"bootstrap": "4.6.0",
"dotenv": "8.2.0",
"eleventy-plugin-pwa": "^1.0.8",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"imgix-core-js": "2.3.2",
"node-fetch": "2.6.1",
"only-allow": "^1.0.0"
},
"main": "index.js"
}