-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.1 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
{
"name": "@wakingsands/text-helper-web",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.31.0",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@blueprintjs/core": "^6.9.1",
"@blueprintjs/icons": "^6.6.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"copy-text-to-clipboard": "^3.2.0",
"ky": "^1.10.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-use-localstorage": "^3.5.3",
"use-debounce": "^10.1.0"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.1.0",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"vite": "^7.1.7"
}
}