forked from tegon/traktflix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.29 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": "traktflix",
"version": "2.1.1",
"description": "A Trakt.tv scrobbler for Netflix.",
"author": "tegon",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/tegon/traktflix.git"
},
"scripts": {
"build": "./node_modules/.bin/webpack --env.production",
"build-dev": "./node_modules/.bin/webpack --env.development",
"generate-release": "./node_modules/.bin/node ./scripts/generateRelease.js",
"start": "./node_modules/.bin/webpack --env.development --env.watch",
"test": "./node_modules/.bin/karma start",
"zip": "./node_modules/.bin/gulp zip"
},
"dependencies": {
"flux": "^2.1.1",
"material-design-lite": "^1.3.0",
"material-components-web": "0.43.1",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router-dom": "^4.3.1",
"rollbar": "^2.4.7",
"webextension-polyfill": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.6.0",
"@octokit/rest": "^16.28.9",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^5.2.0",
"babel-preset-minify": "^0.5.1",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"coveralls": "^3.0.6",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.3.0",
"eslint-plugin-mocha": "^6.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-sinon": "^0.2.0",
"fake-fetch": "^2.3.0",
"file-loader": "^4.2.0",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.0",
"karma": "^4.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.1",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^4.0.2",
"mocha": "^6.2.0",
"progress-bar-webpack-plugin": "^1.12.1",
"sinon": "^7.4.2",
"sinon-chrome": "^3.0.1",
"string-replace-loader": "^2.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
}
}