-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 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
{
"name": "yield-coorve",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "stylelint \"**/*.css\" --fix"
},
"dependencies": {
"plotly.js-dist-min": "2.35.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"stylelint": "^16.25.0",
"stylelint-config-standard": "^39.0.1",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vite": "5.4.2"
},
"main": "postcss.config.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}