-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
67 lines (67 loc) · 1.99 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": "@awayfl/awayfl-embed",
"version": "0.1.3",
"description": "Embedded AwayFL Player for static publishing",
"main": "index.js",
"scripts": {
"clean": "rimraf --glob ./dist/*",
"static": "copyfiles -u 1 './static/**/*' ./dist/assets/",
"prebuild": "npm run clean && npm run static",
"build": "rollup -c --bundleConfigAsCjs",
"version": " npm run build",
"postversion": "git commit -a -m Build && git push origin --all && git push origin --tags"
},
"keywords": [
"Flash",
"AwayFL",
"SWF"
],
"author": "eXponenta",
"license": "MIT",
"repository": "https://github.com/awayfl/awayfl-embed",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@awayfl/avm1": "^0.2.167",
"@awayfl/avm2": "^0.2.210",
"@awayfl/awayfl-player": "^0.2.40",
"@awayfl/playerglobal": "^0.2.386",
"@awayfl/swf-loader": "^0.4.121",
"@awayjs/core": "^0.9.44",
"@awayjs/graphics": "^0.5.82",
"@awayjs/materials": "^0.6.16",
"@awayjs/renderer": "^0.11.63",
"@awayjs/scene": "^0.13.264",
"@awayjs/stage": "^0.11.138",
"@awayjs/view": "^0.6.61",
"random-seed": "^0.3.0",
"rollup-plugin-string": "^3.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"rollup-plugin-typescript2": "^0.36.0",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"rollup": "^4.6.1",
"typescript": "^5.3.2"
},
"lastUsedTags": {
"@awayfl/avm1": "v0.2.175",
"@awayfl/avm2": "v0.2.220",
"@awayfl/awayfl-player": "v0.2.43",
"@awayfl/playerglobal": "v0.2.403",
"@awayfl/swf-loader": "v0.4.128",
"@awayjs/core": "v0.9.47",
"@awayjs/graphics": "v0.5.90",
"@awayjs/materials": "v0.6.16",
"@awayjs/renderer": "v0.11.65",
"@awayjs/scene": "v0.13.279",
"@awayjs/stage": "v0.11.145",
"@awayjs/view": "v0.6.64"
}
}