-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 806 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 806 Bytes
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
{
"name": "agrocorner-theme",
"license": "MIT",
"type": "module",
"scripts": {
"build": "node esbuild.config.js",
"start": "node esbuild.config.js --watch"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.17"
},
"devDependencies": {
"@rbnlffl/esbuild-plugin-browser-sync": "^0.0.1",
"@total-typescript/ts-reset": "^0.5.1",
"@tsconfig/strictest": "^2.0.5",
"browserslist-to-esbuild": "^2.1.1",
"esbuild": "^0.20.2",
"esbuild-plugin-eslint": "^0.3.12",
"esbuild-sass-plugin": "^3.2.0",
"eslint": "^8.57.0",
"eslint-config-sweet": "^20.0.0",
"eslint-define-config": "^2.1.0",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.5",
"stylelint": "^16.3.1",
"stylelint-config-sweet": "^1.0.2",
"stylelint-define-config": "^1.3.0",
"typescript": "^5.4.5"
}
}