-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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": "conscients",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@rails/webpacker": "^4.0.0-rc.8",
"arctic_admin": "^4.0.1",
"bootstrap": "4.3.1",
"flatpickr": "4.6.2",
"gmaps": "^0.4.24",
"jquery": "^3.3.1",
"js-yaml": "3.13.1",
"mem": "5.1.1",
"node-sass": "^6.0.0",
"normalize.css": "^8.0.0",
"popper.js": "^1.12.9",
"quill": "^1.3.6",
"rails-erb-loader": "^5.4.1",
"rails-ujs": "^5.1.5",
"social-likes-next": "^1.1.0",
"stimulus": "^1.0.1",
"stripe": "^7.9.0",
"turbolinks": "^5.1.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-prettier": "^3.1.1",
"lint-staged": "^9.2.5",
"prettier": "^1.11.1",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"webpack-dev-server": "3.8.1"
}
}