-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
47
48
49
50
51
{
"name": "hook-ui-kit",
"version": "1.4.7",
"description": "",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/HookTools/hook-ui-kit"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"pub": "webpack && npm version patch && npm publish"
},
"keywords": [],
"author": "hooktools",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.32",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"image-webpack-loader": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.3",
"url-loader": "^4.1.1",
"webpack": "^5.83.1",
"webpack-cli": "^5.0.1"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"files": [
"dist"
],
"dependencies": {
"@waxio/waxjs": "^1.4.2",
"anchor-link": "^3.5.1",
"anchor-link-browser-transport": "^3.5.1",
"react-qrcode-logo": "^2.9.0",
"sass": "^1.60.0"
}
}