forked from CaptainFact/captain-fact-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.42 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "captain-fact-extension",
"version": "1.0.0",
"description": "http://captainfact.io Web Extension",
"scripts": {
"dev": "node scripts/dev",
"start": "node scripts/dev",
"startp": "node scripts/dev --env=prod",
"build": "node scripts/build --env=prod",
"build_staging": "node scripts/build --env=staging",
"build_dev": "node scripts/build --env=dev",
"compress": "node scripts/compress",
"compress-keygen": "crx keygen",
"clean": "rimraf build/ dev/ CaptainFact_Extension*.zip CaptainFact_Extension*.crx",
"test": "jest",
"wtest": "jest --watch",
"coverage": "jest --coverage",
"release": "npm run build && npm run compress",
"lint": "./node_modules/.bin/eslint app",
"lint_fix": "./node_modules/.bin/eslint app --fix"
},
"jest": {
"setupFiles": [
"jest-webextension-mock",
"./tests_setup.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"testMatch": [
"<rootDir>/app/**/?(*.)(spec|test).js?(x)",
"<rootDir>/chrome/extension/?(*.)(spec|test).js?(x)"
],
"collectCoverageFrom": [
"app/**/*.{js,jsx}",
"chrome/extension/*.{js,jsx}"
],
"moduleNameMapper": {
"^.+\\.(css|scss)$": "identity-obj-proxy",
"\\.(jpg|jpeg|png)$": "<rootDir>/src/__mocks__/fileMock.js",
"^config$": "<rootDir>/config/test.js"
},
"testURL": "http://localhost"
},
"repository": {
"type": "git",
"url": "https://github.com/CaptainFact/captain-fact-extension"
},
"author": "Benjamin Piouffle <[email protected]>",
"license": "GPL-3.0-only",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime-corejs2": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^23.4.2",
"babel-loader": "7.1.1",
"chromedriver": "^2.35.0",
"coveralls": "^3.0.11",
"cross-env": "^3.1.3",
"crx": "^3.0.3",
"css-loader": "^0.25.0",
"css-modules-require-hook": "^4.2.3",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.4.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"extract-text-webpack-plugin": "^1.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.1.4",
"jest-webextension-mock": "3.4.0",
"jsdom": "^11.6.0",
"minimist": "^1.2.0",
"node-sass": "4.13.1",
"postcss-loader": "^1.2.1",
"pug-cli": "^1.0.0-alpha6",
"react-addons-test-utils": "^15.6.2",
"rimraf": "^3.0.0",
"selenium-webdriver": "^2.47.0",
"shelljs": "^0.7.0",
"sinon": "^1.17.1",
"style-loader": "^0.13.1",
"webpack": "^1.15.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-httpolyglot-server": "^0.2.0",
"write-file-webpack-plugin": "^4.2.0"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"apollo-boost": "^0.1.10",
"captain-fact-overlay-injector": "file:captain-fact-overlay-injector",
"classnames": "^2.1.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.15",
"react": "^16.2.0",
"react-apollo": "^2.1.9",
"react-dom": "^16.4.2",
"react-tabs": "^2.2.2",
"voca": "^1.4.0"
}
}