-
Notifications
You must be signed in to change notification settings - Fork 200
/
package.json
37 lines (37 loc) · 1011 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
32
33
34
35
36
37
{
"name": "quran",
"private": true,
"dependencies": {
"@rails/webpacker": "^5.2.2",
"bootstrap": "^4.3.1",
"copy-to-clipboard": "^3.0.8",
"es6-promise": "^4.2.8",
"expose-loader": "^0.7.5",
"glob": "^7.1.6",
"glob-all": "^3.2.1",
"howler": "2.1.3",
"is-svg": "4.3.0",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"minimist": "1.2.3",
"popper.js": "1.14.7",
"purgecss-webpack-plugin": "^4.0.3",
"rails-erb-loader": "^5.5.2",
"resolve-url-loader": "^4.0.0",
"sass": "^1.25.0",
"sass-loader": "^10",
"select2": "^4.0.13",
"serialize-javascript": ">=3.1.0",
"stimulus": "^1.1.1",
"turbolinks": "^5.2.0",
"wavesurfer.js": "^4.2.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
},
"version": "0.1.0",
"devDependencies": {
"speed-measure-webpack-plugin": "^1.3.3",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-dev-server": "^3.11.2"
}
}