forked from PathForms/PathForms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.24 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.24 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
{
"name": "iml-pathform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@xterm/xterm": "^5.5.0",
"d3": "^7.9.0",
"next": "15.1.6",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tone": "^15.1.22"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.35.0",
"@types/d3": "^7.4.3",
"@types/node": "^20.17.16",
"@types/react": "^19.0.8",
"@types/react-dom": "^19",
"@types/xterm": "^3.0.0",
"eslint": "^9.35.0",
"eslint-config-next": "15.1.6",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.3.0",
"postcss": "^8",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"description": "To sync with latest remote (Pathforms/PathForms):",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/PathForms/PathForms.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/PathForms/PathForms/issues"
},
"homepage": "https://github.com/PathForms/PathForms#readme"
}