-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) 路 846 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) 路 846 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
{
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@symfony/webpack-encore": "^0.23.0",
"cornified": "^1.1.0",
"eslint": "^5.14.1",
"moment": "^2.29.4",
"node-sass": "^7.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-lazyload": "^2.5.0",
"react-plyr": "^2.1.1",
"sass-loader": "^7.1.0",
"tslint": "^5.12.1"
},
"dependencies": {
"visibilityjs": "^2.0.2"
}
}