forked from ccdcoe/Providentia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "providentia",
"private": true,
"dependencies": {
"@codemirror/commands": "^6.6.1",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.3",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.12",
"@rails/actioncable": "8.0.0",
"@rails/activestorage": "8.0.0",
"@stimulus-components/clipboard": "^5.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"cssnano": "^7.0.6",
"cytoscape": "^3.30.3",
"cytoscape-elk": "^2.2.0",
"cytoscape-node-html-label": "^1.2.2",
"debounce": "^2.2.0",
"element-matches-polyfill": "^1.0.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.1.1",
"stimulus-textarea-autogrow": "^4.1.0",
"stimulus-vite-helpers": "^3.1.0",
"tailwindcss": "^3.4.15",
"tailwindcss-stimulus-components": "^6.1.2",
"thememirror": "^2.0.1",
"throttleit": "^2.1.0",
"tippy.js": "^6.3.7",
"tom-select": "^2.3.1",
"vite": "^5.4.11",
"vite-plugin-ruby": "^5.1.1",
"vite-plugin-stimulus-hmr": "^3.0.0",
"web-worker": "^1.3.0"
},
"version": "0.1.0",
"browserslist": [
"defaults"
],
"type": "module",
"packageManager": "[email protected]"
}