-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.09 KB
/
package.json
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
{
"name": "react-starter-boilerplate-hmr",
"version": "1.0.0",
"description": "SPipes editor UI",
"main": "index.js",
"author": "Petr Jordan",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prebuild": "rimraf dist",
"serve": "vite preview",
"prettier:check": "npx prettier --check .",
"prettier:format": "npx prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@frogcat/ttl2jsonld": "^0.0.6",
"@kbss-cvut/s-forms": "^0.7.2-beta-6cfd5af.0",
"@tippyjs/react": "^4.2.5",
"@triply/yasgui": "^4.2.14",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"cytoscape": "^3.30.2",
"cytoscape-compound-drag-and-drop": "^1.1.0",
"cytoscape-cxtmenu": "^3.4.4",
"cytoscape-dagre": "^2.5.0",
"cytoscape-edgehandles": "^4.0.1",
"cytoscape-expand-collapse": "^4.1.1",
"cytoscape-navigator": "^2.0.2",
"cytoscape-popper": "^4.0.0",
"dayjs": "^1.11.13",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.5",
"react-cytoscapejs": "^1.2.1",
"react-dom": "^18.2.0",
"react-json-pretty": "^2.2.0",
"react-router-dom": "^6.27.0",
"react-spring": "^8.0.27",
"react-treebeard": "^3.2.4",
"semantic-ui-react": "^2.1.5",
"superagent": "^6.1.0",
"vite": "^5.4.11",
"vite-plugin-env-compatible": "^2.0.1",
"websocket": "^1.0.35"
},
"devDependencies": {
"autoprefixer": "^9.7.6",
"chalk": "^4.0.0",
"flow-bin": "^0.142.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"rimraf": "^3.0.2"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"keywords": [
"react",
"react 16",
"boilerplate",
"semantic ui",
"semantic ui react",
"webpack 4",
"webpack",
"hot module replacement",
"hmr"
]
}