28 lines
657 B
JSON
28 lines
657 B
JSON
{
|
|
"name": "datasphere-client",
|
|
"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": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"typescript": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-typescript": "^1.2.1",
|
|
"@types/react": "^17.0.35",
|
|
"@types/react-dom": "^17.0.11",
|
|
"eslint": "^8.2.0",
|
|
"plugin-typescript": "^8.0.0",
|
|
"snowpack": "^3.8.8",
|
|
"ts-jest": "^27.0.7"
|
|
}
|
|
}
|