forked from smart-village-solutions/smart-village-app-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "bbnavi-cms",
"private": true,
"scripts": {
"dev-server": "bin/webpack-dev-server"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.9.0",
"@kanety/jquery-nested-form": "^0.2.0",
"@rails/actioncable": "^6.1.4",
"@rails/activestorage": "^6.1.4",
"@rails/ujs": "^6.1.4",
"@rails/webpacker": "^5.2.2",
"axios": "^0.26.1",
"bootstrap": "^4.6.0",
"datatable-sorting-datetime-moment": "^1.0.1",
"datatables.net": "^1.10.19",
"jquery": "^3.4.1",
"leaflet": "^1.7.1",
"leaflet-gesture-handling": "^1.2.2",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"moment": "^2.22.1",
"popper.js": "^1.16.1",
"startbootstrap-sb-admin-2": "^4.0.6",
"turbolinks": "^5.2.0"
},
"version": "0.2.0",
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-utils": "^1.4.3",
"mixin-deep": "^1.3.2",
"set-value": "^2.0.1",
"webpack": "^4.0.0",
"webpack-dev-server": "^3.11.3"
}
}