-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.27 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
94
95
96
97
98
99
100
101
{
"name": "hiu-cote",
"author": "i-teams",
"description": "Online ranking of universities that will participate in an inter-university hackathon",
"version": "0.1.0",
"private": true,
"homepage": "https://gitlab.com/hiu-cote/",
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --testPathIgnorePatterns tests/ignore",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"sseo-watch": "grunt --gruntfile sass-eo-cli.js watch-sass",
"sseo-docs": "grunt --gruntfile sass-eo-cli.js sseo-docs",
"sseo-magic": "grunt --gruntfile sass-eo-cli.js magic-docs",
"sseo-buttons": "grunt --gruntfile sass-eo-cli.js buttons-maker",
"format-check": "prettier --check --ignore-path .prettierignore .",
"format-fix": "prettier --write --ignore-path .prettierignore .",
"eslint": "eslint .",
"prepare": "husky install"
},
"dependencies": {
"@analytics/google-analytics": "^1.0.5",
"@mui/styles": "^5.11.12",
"@types/file-saver": "^2.0.5",
"analytics": "^0.8.1",
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"next": "13.0.5",
"pocketbase": "^0.12.0",
"ra-data-json-server": "^4.6.0",
"rc-progress": "^3.4.1",
"react": "18.2.0",
"react-admin": "^4.6.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-messenger-customer-chat": "^0.8.0",
"react-scroll": "^1.8.9",
"react-scroll-up-button": "^1.6.4",
"react-tsparticles": "^2.9.3",
"react-under-construction": "^0.3.0",
"styled-components": "^5.3.8",
"swiper": "^9.1.1",
"tsparticles": "^2.9.3",
"typed.js": "^2.0.132",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-typescript": "^7.21.0",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@raja_rakoto/sass-eo": "^1.8.2",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-interactions": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.13",
"@types/jest": "^29.5.0",
"@types/node": "18.11.10",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"axios-mock-adapter": "^1.21.2",
"babel-loader": "^8.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.7",
"grunt": "^1.6.1",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-shell": "^4.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"load-grunt-tasks": "^5.1.0",
"prettier": "^2.8.4",
"sassdoc": "^2.7.4",
"ts-jest": "^29.0.5",
"typescript": "4.9.3"
},
"resolutions": {
"webpack": "^5"
}
}