-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
47 lines (46 loc) · 1.25 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "djaoapp-ui",
"version": "0.1.0",
"dependencies": {
"@popperjs/core": "^2.11.8",
"ace-builds": "~1.2.2",
"bootstrap": "^5.3.0",
"bootstrap-colorpicker": "~2.5.2",
"chart.js": "~3.7.1",
"d3": "~3.5.5",
"dropzone": "~4.2.0",
"font-awesome": "~4.4.0",
"jquery": "~3.6.3",
"jquery-autosize": "~1.18.18",
"jquery-ui-touch-punch": "~0.2.3",
"jquery.payment": "~3.0.0",
"jquery.selection": "~0.1.2",
"jwt-decode": "~2.2.0",
"lodash": "~4.17.21",
"markdown": "v0.5.0",
"moment": "~2.29.1",
"moment-timezone": "~0.5.33",
"nvd3": "v1.8.1",
"pagedown": "~1.1.0",
"qrcode": "1.5.1",
"sass": "~1.51.0",
"skrollr": "~0.6.26",
"trip.js": "~3.3.3",
"vue": "~2.7.8",
"vue-croppa": "~1.3.8"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"css-loader": "^3.0.0",
"es-check": "^6.2.1",
"eslint": "^8.44.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"engines": {
"node": ">=v10.16.1",
"npm": ">=6.9.0"
}
}