forked from treflehq/trefle-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 861 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 861 Bytes
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
{
"name": "trefle-admin",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.10.4",
"@rails/ujs": "^6.0.3-1",
"@rails/webpacker": "5.1.1",
"autobind-decorator": "^2.4.0",
"axios": "^0.21.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"britecharts": "^2.16.0",
"bulma": "^0.9.0",
"clsx": "^1.1.1",
"d3-selection": "^1.4.1",
"lodash": "^4.17.19",
"marked": "^2.0.0",
"node-fetch": "^2.6.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-debounce-input": "^3.2.2",
"react-dom": "^16.13.1",
"react-intense": "^0.1.6",
"react-markdown": "^4.3.1",
"react-modal": "^3.11.2",
"react-select": "^3.1.0",
"react-syntax-highlighter": "^12.2.1",
"swagger-ui": "^3.26.2"
},
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}