-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.81 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "time-traq-visualize",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"init": "neu update",
"start": "neu run -- --window-enable-inspector=true",
"build": "neu build",
"vite-dev": "vite",
"vite-build": "NODE_ENV=production vite build"
},
"dependencies": {
"@egjs/hammerjs": "^2.0.0",
"@json-editor/json-editor": "^2.15.1",
"@neutralinojs/lib": "^5.1.0",
"@szhsin/react-menu": "^3.3.1",
"@types/prop-types": "^15.7.5",
"@types/randomcolor": "^0.5.6",
"chart.js": "^3.7.1",
"component-emitter": "^1.3.0",
"keycharm": "^0.4.0",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"propagating-hammerjs": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal-resizable-draggable": "^0.1.6",
"react-toastify": "^9.0.8",
"typescript": "4.4.4",
"uuid": "^8.0.0",
"vis-data": "^7.1.4",
"vis-timeline": "^7.5.1",
"vis-util": "^5.0.0",
"web-vitals": "^1.0.1",
"xss": "^1.0.0"
},
"devDependencies": {
"@neutralinojs/neu": "^11.0.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^5.0.1",
"eslint": "^8.2.0",
"eslint-plugin-react": "^7.31.4",
"eslint-plugin-react-hooks": "^4.0.8",
"vite": "^5.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"main": "index.html",
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}