-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.97 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
{
"name": "bling.cool",
"version": "0.0.0",
"description": "✨ bling text for the 21st century ✨",
"homepage": "https://bling.cool",
"repository": "https://github.com/alanorozco/bling.cool",
"main": "gulpfile.js",
"author": {
"name": "Alan Orozco",
"email": "[email protected]",
"url": "https://alanoroz.co"
},
"scripts": {
"start": "node -r esm index.js",
"watch": "npm run start watch",
"watch:textures": "npm run start textures && npm run start assets & fswatch -0 textures | xargs -0 -n 1 -I {} run run start textures && run run start assets"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.8.7",
"@babel/plugin-transform-classes": "7.8.6",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-inject": "4.0.1",
"@rollup/plugin-node-resolve": "7.1.1",
"chai": "4.2.0",
"colors": "1.4.0",
"cssnano": "4.1.10",
"del": "5.1.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-disable": "1.0.5",
"eslint-plugin-notice": "0.8.9",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-sort-imports-es6-autofix": "0.5.0",
"esm": "3.2.25",
"express": "4.17.1",
"fancy-log": "1.3.3",
"fast-glob": "3.2.2",
"ffmpeg.js": "^3.1.9001",
"fontfaceobserver": "2.1.0",
"fs-extra": "8.1.0",
"html-minifier": "4.0.0",
"jsdom": "16.2.0",
"lodash.debounce": "4.0.8",
"lodash.memoize": "4.1.2",
"lodash.once": "4.1.1",
"mocha": "7.1.0",
"node-fetch": "2.6.0",
"node-sass": "4.13.1",
"not-esm": "file:./lib/not-esm",
"postcss": "7.0.27",
"postcss-calc": "7.0.2",
"postcss-import": "12.0.1",
"postcss-nested": "4.2.1",
"postcss-scss": "2.0.0",
"postcss-simple-vars": "5.0.2",
"prettier": "1.19.1",
"rollup": "2.0.2",
"rollup-plugin-babel": "4.4.0",
"terser": "4.6.6"
},
"dependencies": {
"postcss-mixins": "^6.2.3"
}
}