forked from joelshepherd/tabliss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.01 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
{
"name": "tabliss",
"version": "2.0.0-beta.2",
"license": "GPL-3.0",
"private": true,
"scripts": {
"build": "npm run-script build:web",
"build:chromium": "NODE_ENV=production BUILD_TARGET=chromium webpack",
"build:firefox": "NODE_ENV=production BUILD_TARGET=firefox webpack",
"build:web": "NODE_ENV=production BUILD_TARGET=web webpack",
"start": "webpack-dev-server",
"test": "jest --config jest.json",
"translations": "node ./scripts/translations.js"
},
"dependencies": {
"@sentry/browser": "^5.5.0",
"date-fns": "^2.1.0",
"date-fns-tz": "^1.0.7",
"feather-icons": "^4.22.1",
"graphql": "^14.4.2",
"in-browser-language": "^1.0.3",
"localforage": "^1.7.1",
"normalize.css": "^8.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-error-boundary": "^1.2.5",
"react-intl": "^3.1.1",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-persist": "^6.0.0-pre2.1",
"redux-persist-webextension-storage": "^1.0.2",
"tlds": "^1.203.1",
"uuid": "^3.2.1"
},
"devDependencies": {
"@types/chrome": "0.0.86",
"@types/jest": "^24.0.15",
"@types/node": "^10.14.14",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.0",
"@types/tlds": "^1.199.0",
"@types/uuid": "^3.4.3",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^3.0.0",
"dotenv": "^5.0.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.0.0",
"jest": "^24.8.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"prettier": "1.17.1",
"raw-loader": "^0.5.1",
"react-intl-translations-manager": "^5.0.3",
"sass-loader": "^7.0.0",
"sw-precache-webpack-plugin": "^0.11.5",
"ts-jest": "^24.0.2",
"ts-loader": "^4.0.0",
"typescript": "^3.5.2",
"typescript-react-intl": "^0.2.5",
"url-loader": "^1.0.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.7.2"
}
}