forked from akure/dao-dao-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 924 Bytes
/
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
{
"name": "@dao-dao/config",
"version": "2.2.0",
"license": "BSD-3-Clause-Clear",
"dependencies": {
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.1",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"autoprefixer": "^9.8.6",
"eslint": "^8.23.1",
"eslint-config-next": "^12.1.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-i18next": "^6.0.0-4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-i18n": "^1.0.3",
"eslint-plugin-regex": "^1.9.0",
"eslint-plugin-tailwindcss": "^3.6.2",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.7",
"tailwindcss-safe-area": "^0.4.1",
"typescript": "5.3.3"
},
"prettier": "./prettier/index.js"
}