-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.33 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
47
{
"name": "smart-village-app-cms",
"version": "0.2.0",
"private": true,
"scripts": {
"dev-server": "bin/webpack-dev-server",
"lint": "./node_modules/.bin/eslint app/javascript/packs app/javascript/partials"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.9.0",
"@kanety/jquery-nested-form": "^0.3.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",
"datatables.net": "^1.10.19",
"datatables.net-fixedcolumns": "^4.1.0",
"jquery": "^3.4.1",
"leaflet": "^1.7.1",
"leaflet-gesture-handling": "^1.2.2",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"popper.js": "^1.16.1",
"startbootstrap-sb-admin-2": "4.0.6",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/eslint-parser": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.0",
"@babel/preset-env": "7.16.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-utils": "1.4.3",
"mixin-deep": "^1.3.2",
"prettier": "^2.2.1",
"set-value": "^4.1.0",
"webpack": "^4.0.0",
"webpack-dev-server": "^3.11.3"
},
"resolutions": {
"jquery": "3.4.1"
}
}