This repository was archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 KB
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
{
"name": "premid",
"version": "2.2.1",
"description": "PreMiD Extension",
"scripts": {
"init": "yarn --silent && tsc fetchDescriptions && node fetchDescriptions.js",
"dev": "yarn --silent run init && webpack --config webpack/webpack.dev.js",
"build": "yarn --silent run init && webpack --config webpack/webpack.prod.js",
"genTypes": "tsc --emitDeclarationOnly src/util/presence/devHelper.ts --declaration --outFile ../Presences/@types/premid/index.d.ts"
},
"author": "Timeraa",
"license": "MPL-2.0",
"dependencies": {
"aes-js": "^3.1.2",
"socket.io-client": "2.3.1",
"tinycolor2": "1.4.2",
"uuid": "8.3.1",
"vue": "2.6.12"
},
"devDependencies": {
"@types/aes-js": "^3.1.1",
"@types/chrome": "^0.0.125",
"@types/fs-extra": "^9.0.2",
"@types/node-sass": "^4.11.1",
"@types/socket.io-client": "^1.4.34",
"@types/tinycolor2": "^1.4.2",
"@types/uuid": "^8.3.0",
"axios": "^0.20.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^3.6.0",
"file-loader": "^6.1.1",
"fs-extra": "^9.0.1",
"node-sass": "^4.14.1",
"rimraf": "^3.0.2",
"sass-loader": "^10.0.3",
"ts-loader": "^8.0.5",
"typescript": "^4.0.3",
"url-loader": "^4.1.1",
"vue-cli": "^2.9.6",
"vue-i18n": "^8.22.1",
"vue-loader": "^15.9.3",
"vue-router": "^3.4.7",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0",
"webpack-merge": "^5.2.0"
}
}