forked from JhonnyJason/rgb-ag-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 9.08 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
{
"name": "rgb-ag-website",
"version": "0.0.1",
"description": "This is the shit!",
"scripts": {
"build-coffee": "coffee -o toolset/build/js/ -c sources/source/*/*.coffee",
"watch-coffee": "coffee -o toolset/build/js/ -cw sources/source/*/*.coffee",
"ncu-update": "ncu -u",
"reinstall": "npm install",
"update-packages": "run-s -ns ncu-update reinstall",
"module-gen": "thingy-module-gen --",
"sync-allmodules": "thingy-allmodules-sync",
"add-module": "run-s -ns \"module-gen {*}\" sync-allmodules --",
"sourcemodulecreate": "cd sources/source && thingymodulecreate",
"use-sub-sourcemodule": "run-s \"sourcemodulecreate submodule,{1},use,{2}\" --",
"merge-sub-sourcemodule": "run-s -ns \"sourcemodulecreate submodule,{1},merge,{2}\" --",
"merge-dir-sourcemodule": "run-s -ns \"sourcemodulecreate directory,{1},merge,{2}\" --",
"sourcemodule-to-sub": "run-s \"sourcemodulecreate submodule,{1}\" --",
"sourcemodule-to-dir": "run-s \"sourcemodulecreate directory,{1}\" --",
"push": "thingysync push --message",
"pull": "thingysync pull",
"postinstall": "npm run initialize-thingy",
"initialize-thingy": "run-s -ns create-build-directories cert-setup patch-stuff inject-scripts prepare-for-test",
"test": "run-s -ns inject-scripts prepare-for-test watch-for-test",
"prepare-for-test": "run-s -ns connect-dom create-dev-bundles create-build-heads build-style link-for-test build-pug dev-linkage",
"dev-linkage": "run-s -ns link-dev-worker link-test-html link-ressources",
"create-dev-bundles": "run-s -ns build-coffee prepare-webpack dev-bundle dev-worker-bundle",
"watch-for-test": "run-p watch-connect-dom watch-coffee watch-bundle watch-worker-bundle watch-style watch-pug expose",
"check-deployment": "run-s -ns deployment-build expose-deployment",
"deployment-build": "run-s -ns inject-scripts create-deployment-stuff",
"create-deployment-stuff": "run-s -ns connect-dom create-deployment-bundles create-build-heads create-deployment-css create-deployment-html copy-for-deployment",
"create-deployment-html": "run-s -ns link-for-deployment build-pug minify-html",
"create-deployment-css": "run-s -ns build-style clean-css purge-css",
"create-deployment-bundles": "run-s -ns build-coffee prepare-webpack deploy-bundle deploy-worker-bundle",
"copy-for-deployment": "run-s -ns copy-minified-html copy-deploy-worker copy-ressources",
"cert-setup": "run-s create-certs rebuild-browser-sync-config",
"expose-deployment": "browser-sync start --server 'output/' --files 'output/*' --no-open --config .build-config/browser-sync.config.js",
"expose": "browser-sync start --server 'testing/document-root/' --files 'testing/document-root/*' --no-open --config .build-config/browser-sync.config.js",
"build-pug": "pug /home/lenny/thingies/rgb-ag-website/toolset/build/heads/pug/index.pug -o /home/lenny/thingies/rgb-ag-website/toolset/build/html/pretty --pretty",
"watch-pug": "pug -w /home/lenny/thingies/rgb-ag-website/toolset/build/heads/pug/index.pug -o /home/lenny/thingies/rgb-ag-website/toolset/build/html/pretty --pretty",
"minify-html": "html-minifier --input-dir toolset/build/html/pretty/ --output-dir toolset/build/html/minified/ --file-ext html --collapse-whitespace --remove-comments --remove-redundant-attributes --remove-script-type-attributes --use-short-doctype --minify-js true --minify-css true",
"prepare-webpack": "run-s rebuild-webpack-worker-config rebuild-webpack-config",
"dev-bundle": "webpack-cli --config /home/lenny/thingies/rgb-ag-website/.build-config/webpack-dev-index.config.js",
"dev-worker-bundle": "echo 'no worker support yet!'",
"watch-bundle": "webpack-cli --config /home/lenny/thingies/rgb-ag-website/.build-config/webpack-watch-index.config.js",
"watch-worker-bundle": "echo 'no worker support yet!'",
"deploy-bundle": "webpack-cli --config .build-config/webpack-deploy.config.js",
"deploy-worker-bundle": "webpack-cli --config .build-config/webpack-deploy-worker.config.js",
"build-style": "stylus /home/lenny/thingies/rgb-ag-website/toolset/build/heads/styl/index.styl -o /home/lenny/thingies/rgb-ag-website/toolset/build/css/dirty --include-css",
"watch-style": "stylus -w /home/lenny/thingies/rgb-ag-website/toolset/build/heads/styl/index.styl -o /home/lenny/thingies/rgb-ag-website/toolset/build/css/dirty --include-css",
"pageheadcreate": "cd sources/page-heads && thingymodulecreate",
"create-sub-sourcemodule": "run-s -ns \"sourcemodulecreate submodule,{1},create,uisourcemodule\" --",
"create-dir-sourcemodule": "run-s -ns \"sourcemodulecreate directory,{1},create,uisourcemodule\" --",
"create-dir-pagehead": "run-s -ns \"pageheadcreate directory,{1},create,sourcespagehead\" --",
"create-dir-pageheadsourcemodule": "run-s -ns \"sourcemodulecreate directory,{1},create,pageheadsourcemodule\" --",
"create-subapp": "run-s -ns \"create-dir-pagehead {1}\" \"create-dir-pageheadsourcemodule {1}\" --",
"update-tools": "toolset/thingy-build-system/pwa/update-tools.sh",
"patch-stuff": "sources/patches/patch-stuff.sh",
"create-build-directories": "toolset/thingy-build-system/pwa/create-build-directories.sh",
"create-build-heads": "toolset/thingy-build-system/pwa/create-build-heads.js",
"create-certs": "toolset/thingy-build-system/pwa/create-certificates.sh",
"inject-scripts": "toolset/thingy-build-system/pwa/inject-all-scripts.js",
"inject-bundle-scripts": "toolset/thingy-build-system/pwa/inject-bundle-scripts.js",
"inject-pug-scripts": "toolset/thingy-build-system/pwa/inject-pug-scripts.js",
"inject-stylus-scripts": "toolset/thingy-build-system/pwa/inject-stylus-scripts.js",
"inject-css-scripts": "toolset/thingy-build-system/pwa/inject-css-scripts.js",
"inject-dom-connect-scripts": "toolset/thingy-build-system/pwa/inject-dom-connect-scripts.js",
"rebuild-browser-sync-config": "toolset/thingy-build-system/pwa/rebuild-browser-sync-config.js",
"rebuild-webpack-config": "toolset/thingy-build-system/pwa/rebuild-webpack-config.js",
"rebuild-webpack-worker-config": "toolset/thingy-build-system/pwa/rebuild-webpack-worker-config.js",
"link-for-test": "toolset/thingy-build-system/pwa/link-for-testing.js",
"link-dev-worker": "toolset/thingy-build-system/pwa/link-dev-worker.js",
"link-test-html": "toolset/thingy-build-system/pwa/link-test-html.js",
"link-ressources": "sources/ressources/linkerscript.sh",
"link-for-deployment": "toolset/thingy-build-system/pwa/link-for-deployment.js",
"copy-minified-html": "toolset/thingy-build-system/pwa/copy-minified-html.sh",
"copy-deploy-worker": "toolset/thingy-build-system/pwa/copy-deploy-worker.sh",
"copy-ressources": "sources/ressources/copyscript.sh",
"release": "toolset/thingy-build-system/pwa/release-script.sh",
"index-test": "run-p watch-connect-index-dom watch-coffee watch-worker-bundle watch-index-bundle watch-index-style watch-index-pug expose",
"connect-dom": "implicit-dom-connect /home/lenny/thingies/rgb-ag-website/sources/page-heads/index/document-head.pug 'sources/source/*/*.coffee' /home/lenny/thingies/rgb-ag-website/sources/source/domconnect/indexdomconnect.coffee",
"watch-connect-dom": "implicit-dom-connect /home/lenny/thingies/rgb-ag-website/sources/page-heads/index/document-head.pug 'sources/source/*/*.coffee' /home/lenny/thingies/rgb-ag-website/sources/source/domconnect/indexdomconnect.coffee -w",
"clean-css": "cleancss -O2 'specialComments:0' /home/lenny/thingies/rgb-ag-website/toolset/build/css/dirty/index.css --output /home/lenny/thingies/rgb-ag-website/toolset/build/css/clean/index.css",
"purge-css": "purgecss --css /home/lenny/thingies/rgb-ag-website/toolset/build/css/clean/index.css --content /home/lenny/thingies/rgb-ag-website/toolset/build/html/pretty/index.html --output /home/lenny/thingies/rgb-ag-website/toolset/build/css/purged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JhonnyJason/rgb-ag-website.git"
},
"author": "Lenard Frommelt",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/JhonnyJason/rgb-ag-website/issues"
},
"homepage": "https://github.com/JhonnyJason/rgb-ag-website#readme",
"dependencies": {
"coffeescript": "^2.5.1",
"npm-check-updates": "^11.5.4",
"npm-run-all": "^4.1.5",
"thingy-allmodules-sync": "^0.1.3",
"thingy-module-gen": "^0.1.4",
"thingymodulecreate": "^0.1.8",
"thingysync": "^0.1.2",
"browser-sync": "^2.26.14",
"clean-css-cli": "^5.2.2",
"html-minifier": "^4.0.0",
"implicit-dom-connect": "^0.2.3",
"pug-cli": "^1.0.0-alpha6",
"purgecss": "^4.0.3",
"stylus": "^0.54.8",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0"
},
"type": "pwa"
}