This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.02 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
{
"name": "brainly_mentor",
"version": "3.0.2.6",
"description": "A toolbox for Brainly mentors to make their life and work easier",
"scripts": {
"production": "gulp clean && gulp build && npm run webpack:build && gulp zip",
"watch": "gulp clean && concurrently -n w: npm:watch:* \"gulp build\" && gulp watch",
"watch:webpack": "webpack -w --mode=development",
"watch:gulp": "gulp watch",
"webpack:build": "webpack build --mode=production",
"lint:ts": "eslint ./src --ext .ts,.tsx",
"lint:scss": "stylelint ./src/**/*.scss"
},
"author": "andrewss & vov44k",
"license": "MIT",
"devDependencies": {
"@babel/register": "^7.17.7",
"@types/md5": "^2.3.2",
"@types/react-dom": "^18.0.5",
"@types/webextension-polyfill": "^0.9.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-loader": "^8.2.5",
"del": "^6.1.1",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.30.0",
"glob": "^8.0.3",
"gulp": "^4.0.2",
"gulp-change": "^1.0.2",
"gulp-dart-sass": "^1.0.2",
"gulp-if": "^3.0.0",
"gulp-json-minify": "^1.2.2",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"merge-deep": "^3.0.3",
"merge-stream": "^2.0.0",
"npm-upgrade": "^3.1.0",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"stylelint": "^14.8.5",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-scss": "^4.2.0",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.7.3",
"webextension-polyfill": "^0.9.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"brainly-style-guide": "^214.0.1",
"browser-polyfill": "^3.20.2",
"chart.js": "^3.8.0",
"md5": "^2.3.0",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"react": "^18.1.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "^18.1.0",
"react-scripts": "^5.0.1"
}
}