-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "Jelly",
"description": "A science app",
"license": "MIT",
"url": "https://gitlab.com/jellylabs/jelly",
"version": "0.1.0",
"private": false,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/actiontext": "^6.0.0",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"animate.css": "^3.7.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"core-js": "3",
"immutable": "3.8.1",
"is-hotkey": "^0.1.4",
"is-url": "^1.2.4",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"paper": "^0.12.0",
"popper.js": "^1.15.0",
"prop-types": "^15.7.2",
"rails-ujs": "^5.2.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react_ujs": "^2.5.0",
"slate": "0.47.0",
"slate-auto-replace": "^0.12.1",
"slate-edit-list": "^0.12.1",
"slate-html-serializer": "^0.8.0",
"slate-paste-linkify": "^0.7.0",
"slate-react": "^0.22.0",
"slate-soft-break": "^0.9.0",
"trix": "^1.0.0",
"ts-loader": "^5.3.3",
"turbolinks": "^5.2.0",
"typescript": "^3.4.4"
},
"devDependencies": {
"webpack-dev-server": "^3.2.1"
}
}