FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
csv-plot/package.json at master · nirnejak/csv-plot · GitHub
nirnejak
/
csv-plot
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
6
Code
Issues
19
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
csv-plot
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
83 lines (83 loc) · 2.3 KB
Breadcrumbs
csv-plot
/
package.json
Copy path
File metadata and controls
83 lines (83 loc) · 2.3 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name"
:
"
csv-plot
"
,
"private"
:
true
,
"version"
:
"
0.1.0
"
,
"type"
:
"
module
"
,
"scripts"
: {
"dev"
:
"
vite
"
,
"build"
:
"
tsc && vite build
"
,
"preview"
:
"
vite preview
"
,
"lint"
:
"
eslint
"
,
"lint:fix"
:
"
eslint --fix
"
,
"format"
:
"
prettier --write .
"
,
"format:check"
:
"
prettier --check .
"
,
"type-check"
:
"
tsc --pretty --noEmit
"
,
"prepare"
:
"
husky
"
},
"dependencies"
: {
"@nivo/bar"
:
"
^0.99.0
"
,
"@nivo/geo"
:
"
^0.99.0
"
,
"@nivo/line"
:
"
^0.99.0
"
,
"@nivo/pie"
:
"
^0.99.0
"
,
"@radix-ui/react-label"
:
"
^2.1.8
"
,
"@radix-ui/react-popover"
:
"
^1.1.15
"
,
"@radix-ui/react-select"
:
"
^2.2.6
"
,
"@radix-ui/react-slider"
:
"
^1.3.6
"
,
"@radix-ui/react-toggle-group"
:
"
^1.1.11
"
,
"akar-icons"
:
"
^1.9.31
"
,
"country-code-lookup"
:
"
^0.1.3
"
,
"dotenv"
:
"
^17.2.3
"
,
"localforage"
:
"
^1.10.0
"
,
"match-sorter"
:
"
^8.2.0
"
,
"motion"
:
"
^12.29.0
"
,
"papaparse"
:
"
^5.5.3
"
,
"prop-types"
:
"
^15.8.1
"
,
"react"
:
"
^19.2.3
"
,
"react-dom"
:
"
^19.2.3
"
,
"react-router-dom"
:
"
^7.13.0
"
,
"sort-by"
:
"
^1.2.0
"
},
"devDependencies"
: {
"@tailwindcss/forms"
:
"
^0.5.11
"
,
"@tailwindcss/postcss"
:
"
^4.1.18
"
,
"@types/node"
:
"
^25.0.10
"
,
"@types/papaparse"
:
"
^5.5.2
"
,
"@types/react"
:
"
^19.2.9
"
,
"@types/react-dom"
:
"
^19.2.3
"
,
"@vitejs/plugin-react"
:
"
^5.1.2
"
,
"babel-plugin-react-compiler"
:
"
^1.0.0
"
,
"eslint"
:
"
^9.39.2
"
,
"eslint-config-prettier"
:
"
^10.1.8
"
,
"eslint-plugin-better-tailwindcss"
:
"
^4.0.1
"
,
"eslint-plugin-jsx-a11y"
:
"
^6.10.2
"
,
"eslint-plugin-prettier"
:
"
^5.5.5
"
,
"eslint-plugin-promise"
:
"
^7.2.1
"
,
"eslint-plugin-react"
:
"
^7.37.5
"
,
"eslint-plugin-react-hooks"
:
"
^7.0.1
"
,
"eslint-plugin-react-refresh"
:
"
^0.4.26
"
,
"globals"
:
"
^17.1.0
"
,
"husky"
:
"
^9.1.7
"
,
"lint-staged"
:
"
^16.2.7
"
,
"prettier"
:
"
^3.8.1
"
,
"prettier-plugin-tailwindcss"
:
"
^0.7.2
"
,
"tailwindcss"
:
"
^4.1.18
"
,
"typescript"
:
"
^5.9.3
"
,
"typescript-eslint"
:
"
^8.53.1
"
,
"vite"
:
"
^7.3.1
"
,
"vite-plugin-svgr"
:
"
^4.5.0
"
,
"vite-tsconfig-paths"
:
"
^6.0.5
"
},
"lint-staged"
: {
"*.{js,jsx,ts,tsx}"
:
"
eslint
"
},
"volta"
: {
"node"
:
"
24.12.0
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/nirnejak/csv-plot
"
},
"bugs"
: {
"url"
:
"
https://github.com/nirnejak/csv-plot/issues
"
}
}
Back
|
FazBrowse Home
|
New Git URL