-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.56 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
48
49
50
{
"name": "Jasenrekisteri-frontend",
"version": "1.1.0",
"description": "Membership register frontend",
"repository": "https://github.com/asteriskiry/jasenrekisteri-frontend",
"author": "Maks Turtiainen",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"ansi-regex": "^6.0.1",
"axios": "^1.6.4",
"bootstrap": "^4.5.3",
"flag-icon-css": "^4.1.7",
"moment": "^2.29.3",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-bootstrap-table-next": "^1.1.0",
"react-bootstrap-table2-editor": "^1.4.0",
"react-bootstrap-table2-toolkit": "^1.4.2",
"react-bootstrap4-form-validation": "^1.0.10",
"react-datepicker": "^2.16.0",
"react-dom": "^16.14.0",
"react-flag-icon-css": "^1.0.25",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"validator": "^13.11.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"eslint-plugin-react": "^7.21.5"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}