-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
39
40
41
42
43
44
45
46
{
"name": "solid-hooks",
"private": true,
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"release": "bumpp package.json packages/**/package.json",
"build": "pnpm -r --filter=./packages/* run build"
},
"keywords": [],
"contributors": [
{
"name": "Yueb",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-loader": "^9.1.3",
"babel-preset-solid": "^1.8.17",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-solid": "^0.14.0",
"prettier": "^2.8.8",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"webpack": "^5.91.0",
"webpack-chain": "^6.5.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"core-js": "^3.37.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Allen-Bayern/solid-hooks.git"
}
}