forked from sammorrisdesign-zz/monthly-mix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "monthly-mix",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "https://github.com/sammorrisdesign/monthly-mix.git"
},
"author": "Sam Morris",
"bugs": {
"url": "https://github.com/sammorrisdesign/monthly-mix/issues"
},
"scripts": {
"start": "node scripts/compile.js && node scripts/local.js",
"data": "node scripts/data.js",
"fresh-data": "rm data.json && node scripts/data.js",
"deploy": "rm -rf .build && node scripts/compile.js && node scripts/compress.js"
},
"homepage": "https://github.com/sammorrisdesign/monthly-mix",
"dependencies": {
"babel-minify": "^0.5.2",
"browser-sync": "^3.0.2",
"browser-sync-reuse-tab": "^1.0.3",
"canvas": "^2.11.2",
"fs-extra": "^11.2.0",
"glob-fs": "^0.1.7",
"handlebars": "^4.7.8",
"matter-js": "^0.19.0",
"mediator-js": "^0.11.0",
"node-sass": "npm:sass@^1.75.0",
"node-watch": "^0.7.4",
"pathseg": "^1.2.1",
"rollup": "^4.12.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sass-mq": "^5.0.1",
"ssh2-sftp-client": "^10.0.3",
"uglifycss": "^0.0.29",
"youtube-api": "^3.0.1"
}
}