-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
70 lines (70 loc) · 2.3 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
{
"name": "schoology-plus",
"version": "10.1.0",
"description": "Schoology Plus enhances your Schoology experience with numerous interface improvements",
"scripts": {
"build": "rm -rf dist/* && webpack --config webpack.config.js --mode=development",
"prod": "node build.js verify && rm -rf dist/* && webpack --config webpack.config.js --mode=production && node build.js production",
"clean": "rimraf dist",
"prettier": "prettier --write \"src/**/*.ts\""
},
"author": "Aaron Opell",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aopell/SchoologyPlus"
},
"dependencies": {
"dompurify": "2.1.1",
"findandreplacedomtext": "0.4.6",
"izitoast": "1.4.0",
"jquery": "3.3.1",
"jquery-contextmenu": "2.9.2",
"jquery-migrate": "3.0.1",
"jquery-ui": "1.12.1",
"jquery.tipsy": "1.0.3",
"materialize-css": "1.0.0",
"spectrum-colorpicker": "1.8.1",
"webext-dynamic-content-scripts": "^10.0.1",
"webext-permission-toggle": "^5.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/chrome": "^0.0.263",
"@types/dompurify": "^2.1.0",
"@types/findandreplacedomtext": "0.4.4",
"@types/jquery": "3.3.1",
"@types/jquery.contextmenu": "^1.7.38",
"@types/jqueryui": "1.12.1",
"@types/materialize-css": "1.0.14",
"@types/node": "^18.13.0",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"autoprefixer": "^10.4.7",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"glob": "^8.1.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.4.2",
"typescript": "*",
"webpack": "^5.61.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.0.0",
"webpack-remove-empty-scripts": "^1.0.4"
}
}