forked from wowsims/wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 872 Bytes
/
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
{
"name": "wotlk",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@protobuf-ts/plugin": "^2.0.4",
"@protobuf-ts/runtime": "^2.0.4",
"@types/bootstrap": "5.2.3",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.21.0",
"eslint-plugin-unused-imports": "^2.0.0",
"glob": "^8.0.3",
"http-server": "13.0.1",
"sass": "^1.39.0",
"terser": "^5.14.2",
"typescript": "4.3.5",
"typescript-formatter": "^7.2.2",
"vite": "^3.0.3"
},
"scripts": {
"build": "bazel build //...",
"test": "bazel test //..."
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "5.2.3",
"tippy.js": "^6.3.7"
}
}