-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
39 lines (39 loc) · 1.16 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
{
"name": "fiber_note",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"bootstrap": "^4.5.0",
"bootswatch": "^4.5.0",
"cytoscape": "^3.15.1",
"lodash": "^4.17.19",
"prosemirror-example-setup": "^1.1.2",
"prosemirror-model": "^1.10.0",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-schema-list": "^1.1.2",
"prosemirror-state": "^1.3.3",
"prosemirror-transform": "^1.2.6",
"prosemirror-view": "^1.14.13",
"stimulus": "^1.1.1",
"ts-loader": "^7.0.5",
"turbolinks": "^5.2.0",
"typescript": "^3.9.5",
"uuidv4": "^6.1.1"
},
"version": "0.1.0",
"devDependencies": {
"@types/cytoscape": "^3.14.5",
"@types/lodash": "^4.14.157",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-keymap": "^1.0.2",
"@types/prosemirror-model": "^1.7.2",
"@types/prosemirror-schema-basic": "^1.0.1",
"@types/prosemirror-schema-list": "^1.0.1",
"@types/prosemirror-state": "^1.2.4",
"@types/prosemirror-view": "^1.11.4",
"webpack-dev-server": "^3.11.0"
}
}