-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 989 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 989 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
44
{
"name": "graphplotter",
"private": true,
"version": "1.0.0",
"main": "main.js",
"type": "module",
"description": "Simple graph plotting aplication using ReactJS, D3.js and Tailwind CSS",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"config": "npx tailwindcss init -p"
},
"keywords": [
"Graph",
"function",
"math",
"plot",
"mathjs",
"react",
"tailwind"
],
"author": "Jeremy Brown",
"license": "MIT",
"dependencies": {
"@heroicons/react": "^2.0.16",
"d3": "^7.8.2",
"dom-to-image": "^2.6.0",
"mathjs": "^11.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.2.0"
}
}