-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 894 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.20.1",
"babel-eslint": "^8.2.3",
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
"monaco-editor": "^0.13.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"ts-loader": "^4.3.0",
"typescript": "^2.8.3"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"chart.js": "^2.7.2",
"datatables.net": "^1.10.16",
"datatables.net-dt": "^1.10.16",
"jquery-match-height": "^0.7.2",
"popper.js": "^1.14.3",
"prop-types": "^15.6.1",
"resemblejs": "^2.10.3"
}
}