-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 926 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 926 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": "tramway_pro",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.12.13",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@rails/webpacker": "4.3.0",
"axios": "latest",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"jarallax": "^1.12.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-datepicker": "4.6.0",
"react-dom": "^17.0.1",
"react-iframe": "^1.8.0",
"react_ujs": "^2.6.1",
"requirejs": "latest",
"snake-case": "^3.0.4",
"styled-components": "^5.2.3",
"underscore": "^1.12.0",
"xterm": "latest"
},
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}