-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·115 lines (115 loc) · 5.19 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": "beamtoix",
"displayName": "beamtoix",
"description": "frame-by-frame Web Animation framework",
"version": "3.1.0",
"publisher": "a-bentofreire",
"keywords": [
"animation",
"render",
"cloud",
"library",
"typescript"
],
"readme": "README.md",
"readmeFilename": "README.md",
"author": {
"name": "Alexandre Bento Freire",
"email": "devtoix@a-bentofreire.com",
"url": "https://github.com/a-bentofreire"
},
"license": "MIT",
"engines": {
"node": "*"
},
"bin": {
"beamtoix": "cli/beamtoix-cli.js"
},
"homepage": "https://beamtoix.devtoix.com",
"bugs": "https://github.com/a-bentofreire/beamtoix/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/a-bentofreire/beamtoix.git"
},
"main": "beamtoix.js",
"scripts": {
"compile": "tsc -p ./",
"compile-esbuild": "esbuild --format=cjs --sourcemap --outdir=. --outbase=. client/**/*.ts cli/*.ts server/*.ts server/*.ts shared/*.ts shared/**/*.ts gallery/**/*.ts test/**/*.ts *.ts && rm client/lib/typings/**/*.js*",
"build-gulp-file": "esbuild gulpfile.ts --format=cjs --outfile=gulpfile.js",
"beamtoix": "node ./cli/beamtoix-cli.js",
"render": "node ./cli/beamtoix-cli.js render",
"gif": "node ./cli/beamtoix-cli.js gif",
"serve": "node ./cli/beamtoix-cli.js serve",
"serve-with-dirs": "node ./cli/beamtoix-cli.js serve --list-dir",
"serve-website-www": "cd website && npm run serve-www",
"---- start: before commands ----": "----",
"build": "npm run build-gulp-file && gulp build",
"---- end: before commands ----": "----",
"build-docs": "rm -rf docs/latest && rm -f docs/ts/**/*.ts && npx gulp prepare_docs && typedoc --tsconfig docs/tsconfig-docs.json --skipErrorChecking --out docs/latest --categorizeByGroup --projectDocuments docs/pages/main docs/ts/**/**/*.ts",
"build-release-latest": "npm run build-gulp-file && gulp build_release_latest",
"---- start: render gallery commands ----": "----",
"g:animate-colors": "npm run beamtoix -- render --ll 3 --dp gallery/animate-colors",
"g:animate-pixels": "npm run beamtoix -- render --ll 3 --dp gallery/animate-pixels",
"g:animate-counter": "npm run beamtoix -- render --ll 3 --dp gallery/animate-counter",
"g:animate-4k": "npm run beamtoix -- render --ll 3 --dp gallery/animate-4k",
"g:animate-loop": "npm run beamtoix -- render --ll 3 --dp gallery/animate-loop",
"g:animate-beamtoix": "npm run beamtoix -- render --ll 3 --dp gallery/animate-beamtoix",
"g:animate-animate-rec-high-res": "npm run beamtoix -- render --ll 3 --dp gallery/animate-rec-high-res",
"---- start: print commands ----": "----",
"print-usage": "npm run beamtoix",
"print-version": "npm run beamtoix -- --version",
"---- start: test commands ----": "----",
"test-all-serial": "node test/tests.js --serial",
"test-all": "mocha test/tests.js",
"test-sanity": "mocha test/tests/test-sanity.js",
"test-missing-selector": "mocha test/tests/test-missing-selector.js",
"test-move-pixels": "mocha test/tests/test-move-pixels.js",
"test-duration": "mocha test/tests/test-duration.js",
"test-props": "mocha test/tests/test-props.js",
"test-direction": "mocha test/tests/test-direction.js",
"test-action-ranges": "mocha test/tests/test-action-ranges.js",
"test-stills": "mocha test/tests/test-stills.js",
"test-easings": "mocha test/tests/test-easings.js",
"test-gen-story-frames": "mocha test/tests/test-gen-story-frames.js",
"test-multiple-scenes": "mocha test/tests/test-multiple-scenes.js",
"test-flyovers": "mocha test/tests/test-flyovers.js",
"test-phantomjs": "mocha test/tests/test-phantomjs.js",
"test-render-frame-options": "mocha test/tests/test-render-frame-options.js",
"test-expressions": "mocha test/tests/test-expressions.js",
"test-advance": "mocha test/tests/test-advance.js"
},
"devDependencies": {
"@types/chai": "^4.3.19",
"@types/core-js": "^2.5.8",
"@types/globule": "^1.1.9",
"@types/gulp": "^4.0.17",
"@types/jquery": "^3.5.30",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"@types/slimerjs": "^0.10.8",
"chai": "^5.1.1",
"esbuild": "^0.24.0",
"font-awesome": "^4.7.0",
"globule": "^1.3.4",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-preservetime": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-zip": "^6.0.0",
"happner-serial-mocha": "^1.5.2",
"highlight.js": "^11.10.0",
"js-yaml": "^4.1.0",
"jstracetoix": "^1.2.0",
"marked": "^14.1.2",
"mocha": "^10.7.3",
"mocha-image-compare": "^1.0.3",
"puppeteer": "^23.4.0",
"rimraf": "^6.0.1",
"typedoc": "^0.26.10",
"typedoc-plugin-pages": "^1.1.0",
"typescript": "^5.6.3"
}
}