-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.75 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "tistory-skin-template-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsc --build && vite build && sh scripts/postbuild.sh",
"deploy": "env-cmd --file .env env-cmd --file .env.production tsx scripts/deploy.ts",
"dev": "vite",
"format": "prettier --write 'src/**/*.{js,ts,jsx,tsx,css,scss}'",
"lint": "eslint src --cache --fix --report-unused-disable-directives",
"lint:style": "stylelint --fix --ignore-path .gitignore '**/*.(css|scss)'"
},
"dependencies": {
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.2.0",
"tailwindcss": "^4.0.9"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "1.0.1",
"@tailwindcss/vite": "^4.0.9",
"@types/lodash": "^4.17.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.0.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"env-cmd": "^10.1.0",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.77.8",
"storybook": "^8.5.3",
"stylelint": "^16.8.2",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"tistory-skin": "^2.1.3",
"tsx": "^4.19.2",
"typescript": "^5.2.2",
"typescript-eslint": "^8.0.1",
"vite": "^6.1.0",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-stylex-dev": "^0.8.0",
"vite-plugin-svgr": "^4.3.0"
}
}