-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.44 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.44 KB
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
{
"name": "ld46",
"version": "0.2.0",
"description": "A digital collage boilerplate.",
"main": "main.js",
"repository": "https://github.com/jrod-disco/ld46-keepalive",
"author": "jrod-disco <jrod.disco@gmail.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@microsoft/tsdoc": "^0.12.19",
"@pixi/filter-glitch": "^3.1.1",
"@rollup/plugin-node-resolve": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"gsap": "^3.6.0",
"pixi-filters": "^3.1.1",
"pixi-sound": "^3.0.4",
"pixi.js": "^5.1.6",
"prettier": "^2.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.1.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-html2": "^1.0.0",
"rollup-plugin-livereload": "^1.1.0",
"rollup-plugin-scss": "^2.1.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
"sass": "^1.26.3",
"typedoc": "^0.17.6",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "^3.8.3"
},
"scripts": {
"start": "rollup -c -w --environment BUILD:dev",
"clean": "rimraf dist",
"build": "rimraf dist && rollup -c --environment BUILD:prod",
"docs": "rimraf docs && npx typedoc --excludeExternals --entryPoint 'main' --stripInternal --readme none"
},
"dependencies": {
"pixi-particles": "^4.2.1"
}
}