-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 845 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": "Slider89",
"type": "module",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/Maluscat/Slider89",
"author": "Maluscat <hallo89@protonmail.com> (https://malus.zone/)",
"main": "./dist/Slider89.js",
"bugs": {
"url": "https://github.com/Maluscat/Slider89/issues"
},
"scripts": {
"dev": "webpack --watch --config-name dev",
"test": "webpack --config-name dev",
"build": "webpack --config-name prod"
},
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild-loader": "^4.2.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "yarn@4.5.0",
"dependencies": {
"@maluscat/runtime-type-check": "^1.1.1",
"style-mod": "^4.1.2"
}
}