forked from GameDistribution/GD-HTML5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 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
68
69
{
"name": "@gamedistribution.com/html5-sdk",
"version": "1.5.82",
"author": "GameDistribution.com",
"description": "GameDistribution.com HTML5 SDK",
"url": "https://gamedistribution.com",
"license": "MIT",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook --quiet -c .storybook -o .out"
},
"directories": {
"doc": "https://github.com/GameDistribution/GD-HTML5/wiki"
},
"repository": {
"type": "git",
"url": "git@github.com:GameDistribution/GD-HTML5.git"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"can-autoplay": "^3.0.0",
"es6-promise": "^4.1.1",
"is-array": "^1.0.1",
"is-function": "^1.0.1",
"is-object": "^1.0.1",
"is-plain-object": "^3.0.0",
"is-string": "^1.0.5",
"js-base64": "^2.5.1",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"querystringify": "^2.1.1",
"ua-parser-js": "^0.7.20",
"url-parse": "^1.4.7",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@storybook/addon-viewport": "^5.3.14",
"@storybook/html": "^5.3.14",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babelify": "^10.0.0",
"eslint": "^4.7.0",
"eslint-config-google": "^0.9.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-google-cloud": "^1.0.7"
},
"engines": {
"node": ">= 10.15.0",
"npm": ">= 6.4.0"
}
}