forked from platformatic/watt-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1023 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1023 Bytes
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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"lint": "standard . | snazzy",
"fix": "standard --fix .",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "platformatic start",
"test": "npm run lint && borp --ignore='./src/**/*test.js'"
},
"type": "module",
"devDependencies": {
"@platformatic/ui-components": "^0.13.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"borp": "^0.17.0",
"d3": "~7.9.0",
"dayjs": "^1.11.13",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"react-use-websocket": "^4.11.1",
"snazzy": "^9.0.0",
"standard": "^17.1.2",
"tailwindcss": "^3.4.15",
"use-error-boundary": "^2.0.6",
"vite": "^5.4.11",
"zustand": "^5.0.2"
},
"dependencies": {
"@platformatic/vite": "^2.52.0",
"source-map-support": "^0.5.21"
},
"standard": {
"ignore": [
"dist",
"public/*.js"
]
}
}