-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.77 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
{
"author": {
"email": "dev@blutv.com",
"name": "BluPoint IO"
},
"dependencies": {
"axios": "^0.19.0",
"smarttv-device-recognizer": "^1.2.5",
"smarttv-ui-controller": "0.0.24"
},
"description": "SmartTV Framework",
"devDependencies": {
"babel-core": "6.17.0",
"babel-eslint": "7.0.0",
"babel-loader": "6.2.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "6.16.0",
"es-module-loader": "^2.3.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "1.5.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-mocha": "^4.12.1",
"eslint-plugin-react": "^6.9.0",
"grunt": "^1.0.4",
"grunt-sonar-runner": "^2.4.8",
"isparta": "^4.1.1",
"isparta-loader": "^2.0.0",
"jsdoc": "^3.6.3",
"karma": "^4.0.1",
"karma-babel-preprocessor": "^8.0.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.5",
"mocha": "^6.1.4",
"phantomjs-prebuilt": "^2.1.3",
"webpack": "1.13.2",
"webpack-merge": "^0.14.1",
"yargs": "6.0.0"
},
"license": "MIT",
"main": "dist/smarttv-framework.js",
"name": "smarttv-framework",
"scripts": {
"build": "webpack --progress",
"cover": "open coverage/lcov-report/index.html",
"dev": "webpack --progress --colors --watch --mode=dev",
"eslint": "eslint src --ext .js",
"eslint:fix": "eslint src .js --fix",
"eslint:test": "eslint -c test/.eslintrc test --ext .js",
"test": "karma start karma.conf.js --single-run"
},
"version": "0.6.30"
}