forked from TUfast-TUD/TUfast_TUD
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.86 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
{
"name": "tufast_tud",
"version": "7.0.0",
"description": "Browser Extension for higher productivity with TU Dresden IT-Services 🚀",
"main": "index.js",
"scripts": {
"lint": "npx eslint --ext .js,.ts,.vue --fix .",
"ts-check": "npx tsc --noEmit",
"test": "npm run ts-check && npm run lint && npm run build",
"dev": "snowpack build --watch",
"build": "snowpack build",
"useChrome": "cp src/manifest.chrome.json src/manifest.json",
"useFF": "cp src/manifest.firefox.json src/manifest.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TUfast-TUD/TUfast_TUD.git"
},
"keywords": [
"productivity",
"students",
"opal",
"autologin",
"tud",
"dresden",
"tu-dresden",
"student-project",
"studentenwerk-dresden",
"jexam",
"tudresden",
"selma",
"tufast"
],
"author": "TUfast-TUD",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TUfast-TUD/TUfast_TUD/issues"
},
"homepage": "https://github.com/TUfast-TUD/TUfast_TUD#readme",
"devDependencies": {
"@snowpack/plugin-sass": "^1.4.0",
"@snowpack/plugin-vue": "^2.6.2",
"@types/chart.js": "^2.9.37",
"@types/chrome": "^0.0.184",
"@types/firefox": "^0.0.31",
"@types/simple-datatables": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^9.4.0",
"sass": "^1.42.1",
"snowpack": "^3.8.8",
"typescript": "^4.4.3"
},
"dependencies": {
"@dnlsndr/vue-phosphor-icons": "^1.16.2",
"@lottiefiles/lottie-player": "^1.5.2",
"chart.js": "^3.8.0",
"simple-datatables": "^3.2.0",
"vue": "^3.2.22"
}
}