-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.96 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
{
"name": "@gamedistribution.com/tubia",
"version": "2.0.23.14",
"author": "Tubia.com",
"description": "Tubia.com HTML5 video player",
"url": "https://tubia.com",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"doc": "https://github.com/GameDistribution/tubia-walkthrough-videos/wiki"
},
"repository": {
"type": "git",
"url": "[email protected]:GameDistribution/tubia-walkthrough-videos.git"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"browserslist": "^4.6.6",
"cheerio": "^1.0.0-rc.3",
"custom-event-polyfill": "^1.0.6",
"es6-promise": "^4.2.5",
"js-yaml": "^3.13.1",
"lottie-web": "^5.5.2",
"sshpk": "^1.16.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.4.5",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"cssnano": "^4.1.8",
"eslint": "6.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.4.0",
"eslint-plugin-import": "^2.14.0",
"grunt": "^1.0.4",
"grunt-banner": "^0.6.0",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-google-cloud": "^1.0.7",
"grunt-postcss": "^0.9.0",
"grunt-replace": "^1.0.1",
"grunt-sass": "^3.0.2",
"grunt-svgstore": "^2.0.0",
"node-sass": "^4.12.0"
},
"engines": {
"node": ">= 10.15.0",
"npm": ">= 6.4.0"
}
}