forked from KalpeshPrabhakar/BrainlyTools_Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 4.12 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
{
"author": "Sahin D. <seahindeniz@gmail.com> (https://github.com/seahindeniz)",
"bugs": {
"url": "https://github.com/seahindeniz/BrainlyTools_Extension/issues"
},
"dependencies": {
"autosize": "^4.0.2",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"color": "^3.1.2",
"debounce": "^1.2.0",
"download": "^8.0.0",
"emojione": "^4.5.0",
"exceljs": "^3.8.2",
"file-saver": "^2.0.2",
"gql-query-builder": "^3.2.0",
"html2canvas": "^1.0.0-rc.5",
"is-valid-path": "^0.1.1",
"js-base64": "^2.5.2",
"js-cookie": "^2.2.1",
"js-md5": "^0.7.3",
"js-yaml": "^3.13.1",
"jszip": "^3.3.0",
"linkifyjs": "^2.1.9",
"markdown-it": "^10.0.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^5.2.7",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-highlightjs": "^3.1.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-table-of-contents": "^0.4.4",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-done-right": "^4.1.0",
"mime-types": "^2.1.26",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"parse-numeric-range": "0.0.2",
"prettysize": "^2.0.0",
"throttle-debounce": "^2.1.0",
"valid-url": "^1.0.9",
"webextension-polyfill": "^0.6.0",
"xlsx": "^0.15.6",
"zipcelx": "^1.6.2"
},
"description": "A toolbox for exclusive users of Brainly. It enhances Brainly and it helps users to do fast and quick actions and much more..",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@lokalise/node-api": "^3.0.0",
"@types/babelify": "^7.3.6",
"@types/chrome": "0.0.103",
"@types/classnames": "^2.2.10",
"@types/emojione": "^2.2.6",
"@types/fancy-log": "^1.3.1",
"@types/file-saver": "^2.0.1",
"@types/firefox-webext-browser": "^70.0.1",
"@types/gulp": "^4.0.6",
"@types/gulp-load-plugins": "0.0.31",
"@types/is-valid-path": "^0.1.0",
"@types/jquery": "^3.3.34",
"@types/js-cookie": "^2.2.5",
"@types/js-md5": "^0.4.2",
"@types/js-yaml": "^3.12.3",
"@types/markdown-it": "0.0.9",
"@types/markdown-it-container": "^2.0.2",
"@types/moment-timezone": "^0.5.13",
"@types/resize-observer-browser": "^0.1.3",
"@types/valid-url": "^1.0.3",
"babel-plugin-import-graphql": "^2.7.0",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"babelify": "^10.0.0",
"backtick-template": "^0.2.0",
"classnames": "^2.2.6",
"colors": "^1.4.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"download-file-sync": "^1.0.4",
"fancy-log": "^1.3.3",
"graphql": "^15.0.0",
"gulp": "^4.0.2",
"gulp-bro": "^2.0.0",
"gulp-change": "^1.0.2",
"gulp-clean": "^0.4.0",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.3",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-wait": "0.0.2",
"gulp-zip": "^5.0.1",
"merge-deep": "^3.0.2",
"node-sass-glob-importer": "^5.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sync-request": "^6.1.0"
},
"homepage": "https://github.com/seahindeniz/BrainlyTools_Extension",
"license": "SEE LICENSE IN LICENSE.md",
"name": "brainly_tools",
"repository": {
"type": "git",
"url": "https://github.com/seahindeniz/BrainlyTools_Extension"
},
"scripts": {
"build": "cross-env NODE_ENV=production TARGET=chrome gulp",
"dist": "cross-env NODE_ENV=production cross-env TARGET=chrome gulp dist",
"i18n": "node -r dotenv/config -r @babel/register src/scripts/helpers/UpdateLangFiles.js",
"i18n-dev": "node --inspect -r dotenv/config -r @babel/register src/scripts/helpers/UpdateLangFiles.js",
"watch": "cross-env TARGET=chrome gulp watch"
},
"version": "6.35.3"
}