visions-vtt/kliento/package.json

35 lines
914 B
JSON
Raw Normal View History

2021-11-19 04:28:01 +00:00
{
2021-12-29 18:26:49 +00:00
"name": "kampanja-kontrolada-kliento",
2021-11-19 04:28:01 +00:00
"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": {
2021-12-29 02:13:49 +00:00
"history": "^5.2.0",
2021-11-19 04:28:01 +00:00
"react": "^17.0.2",
2021-12-29 02:13:49 +00:00
"react-dom": "^17.0.2",
2021-12-29 16:31:14 +00:00
"react-router-dom": "^6.2.1",
"styled-components": "^5.3.3"
2021-11-19 04:28:01 +00:00
},
"devDependencies": {
2021-12-29 02:13:49 +00:00
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-sass": "^1.4.0",
2021-11-19 04:28:01 +00:00
"@snowpack/plugin-typescript": "^1.2.1",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
2021-12-29 16:31:14 +00:00
"@types/styled-components": "^5.1.19",
2021-11-19 04:28:01 +00:00
"eslint": "^8.2.0",
2021-12-26 18:33:01 +00:00
"jest": "^27.4.5",
2021-11-19 04:28:01 +00:00
"plugin-typescript": "^8.0.0",
"snowpack": "^3.8.8",
2021-12-26 18:33:01 +00:00
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
2021-11-19 04:28:01 +00:00
}
}