-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.87 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
{
"name": "landscapes",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.18.6",
"@fortawesome/fontawesome-free": "^5.13.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^5.2.1",
"@sentry/browser": "^7.21.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"axios": "^1.7.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"base58-js": "^1.0.0",
"bootstrap": "~4.4.0",
"bs-custom-file-input": "^1.3.4",
"colormap": "^2.3.2",
"d3": "^6.6.0",
"d3-sankey": "^0.12.3",
"distinct-colors": "^3.0.0",
"jquery": "^3.5.1",
"katex": "^0.16.11",
"kd-tree-javascript": "^1.0.3",
"mathjs": "^11.8.0",
"ol": "^6.3.1",
"popper.js": "^1.16.0",
"proj4": "^2.9.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-katex": "^3.0.1",
"react-sortablejs": "^6.1.4",
"rete": "^1.4.4",
"rete-connection-plugin": "file:rete-connection-plugin-0.9.0.tgz",
"rete-context-menu-plugin": "^0.6.0-rc.1",
"rete-history-plugin": "^0.2.1",
"rete-minimap-plugin": "^0.3.1",
"rete-react-render-plugin": "^0.3.0",
"rete-vue-render-plugin": "^0.5.0",
"sortablejs": "^1.15.0",
"stimulus": "2.0.0",
"threads": "^1.6.3",
"turbolinks": "^5.2.0",
"typescript": "^4.7.4",
"varint": "^6.0.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"vue-turbolinks": "^2.1.0"
},
"version": "0.1.0",
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/lodash": "^4.14.182",
"@types/mathjs": "^9.4.2",
"@types/proj4": "^2.5.2",
"@types/sortablejs": "^1.13.0",
"fork-ts-checker-webpack-plugin": "^6.2.6",
"webpack-dev-server": "^3.11.1"
}
}