-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 976 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
38
39
40
41
{
"name": "quranapp",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"bootstrap": "^4.1.3",
"iso-639-1": "^2.0.3",
"lodash": "^4.17.11",
"rc-slider": "^8.6.3",
"react": "^16.6.3",
"react-audioplayer": "^0.3.1",
"react-dom": "^16.6.3",
"react-hint": "^3.1.1",
"react-loading": "^2.0.3",
"react-process-string": "^1.2.0",
"react-redux": "^5.1.1",
"react-responsive-audio-player": "^1.5.0",
"react-scripts": "2.1.1",
"react-scrollbars-custom": "^3.1.3",
"react-select": "^2.1.1",
"react-string-replace": "^0.4.1",
"react-tabs": "^2.3.0",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}