co-workingspace-old/package.json
Hare d041e59698 Reactアプリケーションのセットアップ
- デモを削除
- ディレクトリの分割
- sassの設定
- AutoImportの設定
2024-12-25 06:01:04 +09:00

25 lines
564 B
JSON

{
"name": "co-workingspace",
"version": "1.0.0",
"scripts": {
"start": "farm start",
"build": "farm build",
"preview": "farm preview",
"clean": "farm clean"
},
"dependencies": {
"react": "18",
"react-dom": "18"
},
"devDependencies": {
"@farmfe/cli": "^1.0.2",
"@farmfe/core": "^1.3.0",
"@farmfe/plugin-react": "^1.2.0",
"@farmfe/plugin-sass": "^1.1.0",
"@types/react": "18",
"@types/react-dom": "18",
"core-js": "^3.36.1",
"react-refresh": "^0.14.0",
"unplugin-auto-import": "^0.19.0"
}
}