-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "@dao-dao/config",
"version": "2.6.0-rc.1",
"license": "BSD-3-Clause-Clear",
"scripts": {
"cwgen": "tsx ./scripts/cwgen.ts"
},
"dependencies": {
"@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.4.1",
"tailwindcss-safe-area": "^0.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@cosmwasm/ts-codegen": "^1.10.0",
"commander": "^12.1.0",
"tsx": "^4.19.0"
},
"prettier": "./prettier/index.js",
"gitHead": "d7b959f412c3990123b0e2afb11f32acd9c3764c"
}