-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 924 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
32
33
34
35
36
37
38
{
"name": "root",
"private": true,
"scripts": {
"test": "lerna run test --stream",
"lint": "eslint '**/*.{js,ts}'",
"prepare": "lerna run prepare --stream"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^8.0.3",
"lerna": "^8.0.1",
"lerna-update-wizard": "^1.1.2",
"lint-staged": "^15.2.0",
"prettier": "3.1.1",
"rollup-plugin-copy": "^3.2.1",
"rollup-plugin-typescript2": "^0.36.0",
"ts-node": "^10.9.2",
"typescript": "5.3.3"
},
"workspaces": [
"benchmark",
"examples/*",
"packages/*"
],
"dependencies": {
"html-webpack-plugin": "5.6.0",
"mocha": "10.2.0",
"webpack-dev-server": "4.15.1"
},
"resolutions": {
"glob-parent": "^6.0.1"
}
}