-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
38 lines (38 loc) · 1.11 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
{
"scripts": {
"init-dev": "pnpm i && npm run build",
"build": "pnpm -r run build"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@tsd/typescript": "^5.2.2",
"@types/jest": "^26.0.24",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^4.2.1",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest-runner-tsd": "^6.0.0",
"prettier": "^2.8.3",
"rollup": "^3.29.1",
"rollup-plugin-dts": "^6.0.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tsd-lite": "^0.8.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"webpack": "^5.85.0",
"webpack-cli": "^5.0.1",
"webpack-sources": "^3.2.3"
}
}