-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.03 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "papelo",
"version": "0.1.0",
"private": true,
"author": "IntelligentQuantum - Im-Parsa",
"dependencies": {
"autobind-decorator": "^2.4.0",
"classnames": "^2.3.1",
"eslint": "8.19.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.2.4",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.1",
"jalali-moment": "^3.3.11",
"jalali-react-datepicker": "^1.2.1",
"leaflet": "^1.8.0",
"moment-jalali": "^0.3.9",
"node-polyfill-webpack-plugin": "^1.1.4",
"postcss-scss": "^4.0.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.0.1",
"react-onclickoutside": "^6.12.2",
"react-range": "^1.8.13",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-simple-star-rating": "^5.1.7",
"react-testing-library": "^8.0.1",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"remixicon-react": "^1.0.0",
"sass": "^1.52.3",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"swiper": "^8.2.6",
"tether": "^2.0.0",
"typescript": "^4.7.4",
"validator": "^13.7.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx src/",
"lint:scss": "stylelint --fix \"src/**/*.scss\" --custom-syntax postcss-scss",
"lint:scss:fix": "npm run lint:scss -- --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@persian-tools/persian-tools": "^3.4.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@tippyjs/react": "^4.2.6",
"@types/jest": "^27.5.2",
"@types/leaflet": "^1.7.11",
"@types/node": "^16.11.39",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-leaflet": "^2.8.2",
"@types/redux-logger": "3.0.9",
"@types/tether": "^1.4.6",
"@types/validator": "^13.7.4",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"stylelint": "14.9.1",
"stylelint-config-standard": "26.0.0"
}
}