-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.6 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@ivenyao/capybara-ui",
"version": "0.0.8",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"private": false,
"scripts": {
"dev": "vite",
"test": "vitest",
"clean": "rimraf dist",
"prepare": "npm run clean && rollup -c"
},
"author": "",
"license": "ISC",
"dependencies": {
"clsx": "^2.1.1",
"core-js": "^3.38.1",
"react-icons": "^5.3.0",
"regenerator-runtime": "^0.14.1",
"tslib": "^2.7.0"
},
"devDependencies": {
"rimraf": "^6.0.1",
"copyfiles": "^2.4.1",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"jsdom": "^25.0.1",
"node-sass": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.22.2",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.79.3",
"sass-loader": "^16.0.1",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vitest": "^2.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}