-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.16 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
{
"name": "@gentlent/ui",
"version": "0.0.2",
"description": "Gentlent is a UI framework made for NextJS to build web applications. It is designed to be simple and easy to use. Gentlent provides a set of components and utilities that can be used to quickly build web applications.",
"main": "index.js",
"scripts": {
"lint": "npx eslint . --ext .js --fix"
},
"author": "Gentlent UG (haftungsbeschränkt)",
"license": "UNLICENSED",
"dependencies": {
"animejs": "^3.2.1",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"jose": "^4.14.6",
"next": "13.4.3",
"react": "18.2.0",
"react-children-utilities": "2.9.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-html-parser": "^2.0.2",
"react-virtualized": "^9.22.5",
"styled-components": "^5.3.6",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2"
}
}