-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
79 lines (79 loc) · 1.83 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ce-trebuie-sa-fac",
"author": "code4romania",
"description": "Arbore decizional pentru informarea publicului",
"private": true,
"dependencies": {
"@code4ro/taskforce-fe-components": "^2.0.1",
"fuse.js": "^6.0.0",
"query-string": "^6.12.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-ga4": "^2.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"lint:fix": "npm run lint -- --fix"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"eslintConfig": {
"env": {
"browser": true,
"jest": true
},
"plugins": [
"prettier"
],
"extends": [
"react-app",
"eslint:recommended",
"plugin:react/recommended",
"plugin:prettier/recommended"
],
"ignorePatterns": [
"**/serviceWorker.js",
"src/data/**/*.js",
"node_modules/"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/code4romania/ce-ma-fac.git"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/code4romania/ce-ma-fac/issues"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^10.3.5",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"sass": "^1.63.6"
}
}