25 lines
564 B
JSON
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"
|
|
}
|
|
} |