forked from SpringRoll/SpringRollContainer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.24 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
{
"name": "springroll-container",
"version": "2.5.2",
"description": "The iframe controller for interacting with SpringRoll applications",
"main": "./dist/index.js",
"license": "MIT",
"typings": "typings/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/SpringRoll/SpringRollContainer"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-eslint": "^9.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"dotenv": "^7.0.0",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"karma": "^6.3.17",
"karma-babel-preprocessor": "^8.0.0",
"karma-browserstack-launcher": "^1.5.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-es6-shim": "^1.0.0",
"karma-firefox-launcher": "^2.1.3",
"karma-html": "^1.0.5",
"karma-mocha": "^2.0.1",
"karma-requirejs": "^1.1.0",
"karma-rollup-preprocessor": "^7.0.5",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"platform": "^1.3.5",
"requirejs": "^2.3.6",
"rollup": "3.17.2",
"sinon": "^7.5.0"
},
"dependencies": {
"@babel/polyfill": "^7.4.3",
"bellhop-iframe": "^3.2.0",
"core-js": "^3.6.5",
"http-proxy": "^1.18.1",
"webpack": "^5.88.2",
"whatwg-fetch": "^3.0.0"
},
"keywords": [
"deployment",
"game",
"springroll",
"iframe",
"runtime"
],
"scripts": {
"build": "rollup -c -m",
"build:e2e": "rollup -c --e2e",
"dev": "rollup -c -w",
"test": "karma start karma.conf.js",
"test:e2e": "npm run build:e2e && karma start karma.conf.e2e.js",
"test:bs": "karma start karma.conf.bs.js",
"github-test": "./node_modules/.bin/karma start --single-run --browsers ChromeHeadless"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/SpringRoll/SpringRollContainer/issues"
},
"homepage": "https://github.com/SpringRoll/SpringRollContainer"
}