-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.99 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
{
"name": "landing-rarimo",
"private": true,
"version": "1.3.3",
"description": "",
"keywords": [
"rarimo",
"lending"
],
"gitHooks": {
"pre-commit": "yarn lint"
},
"author": "Zero Block Global Foundation",
"license": "MIT",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "yarn lint:styles && yarn lint:scripts",
"lint:styles": "stylelint \"src/**/*.{css,scss}\" --max-warnings=0",
"lint:scripts": "eslint \"{src,config}/**/*.{js,jsx}\" --cache --fix --max-warnings=0"
},
"devDependencies": {
"@comparaonline/stylelint-config-scss-modules": "^1.1.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"sass": "^1.59.3",
"stylelint": "^15.6.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-declaration-strict-value": "^1.9.2",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^4.6.0",
"vite": "^4.2.0"
},
"dependencies": {
"@distributedlab/fetcher": "^1.0.0-rc.2",
"@react-hook/resize-observer": "^1.2.6",
"@typeform/embed-react": "^2.10.0",
"aos": "3.0.0-beta.6",
"classnames": "^2.3.2",
"framer-motion": "^11.11.17",
"i18next": "^22.4.11",
"lodash-es": "^4.17.21",
"lottie-web": "^5.12.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-i18next": "^12.2.0",
"react-intersection-observer": "^9.4.3",
"react-router-dom": "6.2.2",
"react-use": "^17.4.0",
"swiper": "^9.3.2",
"yup": "^1.0.2"
}
}