-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "myirma",
"version": "3.1.3",
"private": true,
"dependencies": {
"@privacybydesign/yivi-frontend": "^0.1.0",
"i18next": "^22.4.9",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.5",
"react-redux": "^8.0.5",
"react-scripts": "^5.0.1",
"redux": "^4.2.1",
"sass": "^1.58.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier-standard": "^4.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-standard": "^5.0.0",
"postcss": "8.4.31",
"prettier": "^2.8.3",
"prettier-config-standard": "^5.0.0",
"stylelint": "^15.10.1",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^5.3.1"
},
"scripts": {
"lint": "eslint . --ext .js && stylelint ./src",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}