-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·70 lines (70 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·70 lines (70 loc) · 2.19 KB
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
63
64
65
66
67
68
69
70
{
"name": "Find whatever - regex & auto re-find",
"version": "4.1.0",
"description": "Enhance your browser's find capabilities.Case recognition、Word recognition、regular expressions、Listen for DOM changes in real time",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ImSwordTooth/findwhatever.git"
},
"scripts": {
"build": "node utils/build.js",
"build:ff": "node utils/build.js",
"start": "node utils/webserver.js",
"start:ff": "node utils/webserver.js",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"antd": "^4.x",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^12.17.3",
"html-webpack-plugin": "^5.6.3",
"i18next": "^25.8.13",
"motion": "^12.16.0",
"react": "^18.2.0",
"react-animated-css": "^1.2.1",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-i18next": "^16.5.4",
"react-rnd": "^10.5.2",
"react-shadow": "^20.5.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"babel-preset-react-app": "^10.0.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.0",
"html-loader": "^4.2.0",
"less-loader": "^12.2.0",
"postcss": "^8.4.47",
"react-refresh": "^0.14.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"source-map-loader": "^3.0.1",
"style-loader": "^3.3.1",
"svg-sprite-loader": "^6.0.11",
"tailwindcss": "^3.4.14",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"type-fest": "^3.5.2",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"zip-webpack-plugin": "^4.0.1"
}
}