35 lines
894 B
JSON
35 lines
894 B
JSON
{
|
|
"name": "kliento",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/main.tsx",
|
|
"scripts": {
|
|
"start": "snowpack dev",
|
|
"build": "snowpack build",
|
|
"test": "jest"
|
|
},
|
|
"author": "Savanni D'Gerinel <savanni@luminescent-dreams.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"history": "^5.2.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^6.2.1",
|
|
"styled-components": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-react-refresh": "^2.5.0",
|
|
"@snowpack/plugin-sass": "^1.4.0",
|
|
"@snowpack/plugin-typescript": "^1.2.1",
|
|
"@types/react": "^17.0.35",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/styled-components": "^5.1.19",
|
|
"eslint": "^8.2.0",
|
|
"jest": "^27.4.5",
|
|
"plugin-typescript": "^8.0.0",
|
|
"snowpack": "^3.8.8",
|
|
"ts-jest": "^27.0.7",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|