-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 867 Bytes
/
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
{
"devDependencies": {
"@symfony/webpack-encore": "0.19.0",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "4.4.1",
"eslint": "5.5.0",
"eslint-plugin-react": "7.11.1",
"json-loader": "0.5.7",
"node-sass": "4.9.3",
"react": "16.5.0",
"react-dom": "16.5.0",
"sass-loader": "7.1.0",
"webpack-notifier": "1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.4.2",
"bootstrap": "4.1.3",
"font-awesome": "4",
"jquery": "3.3.1",
"mdbootstrap": "^4.5.13",
"popper.js": "1.14.4"
}
}