-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.59 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.59 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
{
"name": "pipevariabler",
"version": "2.2.0",
"type": "module",
"author": "WhoToldYou",
"private": true,
"homepage": "https://rasmuskd.github.io/pipevariabler",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"css-loader": "^7.1.2",
"gh-pages": "^6.3.0",
"pako": "^2.1.0",
"postcss-loader": "^8.2.0",
"react": "^19.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-window": "^2.2.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.97.1",
"sass-loader": "^16.0.6",
"typescript": "^5.9.3",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/lodash.debounce": "^4.0.9",
"@types/pako": "^2.0.4",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"spritesmith": "^3.5.1",
"tailwindcss": "^4.1.18",
"vite": "^7.3.0",
"vite-plugin-svgr": "^4.5.0"
}
}