forked from The0nis/Kulture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.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
{
"name": "kulture",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.13",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"eslint": "^8.29.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"formik": "^2.2.9",
"next": "13.0.6",
"prettier": "^2.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-password-strength-bar": "^0.4.1",
"react-slick": "^0.29.0",
"sass": "^1.56.1",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint-config-react": "^1.1.7"
}
}