mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"scripts": {
|
|
"start": "snowpack dev",
|
|
"build": "snowpack build",
|
|
"test": "web-test-runner \"src/**/*.test.tsx\"",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"tone": "^14.7.77"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-dotenv": "^2.1.0",
|
|
"@snowpack/plugin-postcss": "^1.4.3",
|
|
"@snowpack/plugin-react-refresh": "^2.5.0",
|
|
"@snowpack/plugin-typescript": "^1.2.1",
|
|
"@snowpack/web-test-runner-plugin": "^0.2.2",
|
|
"@tailwindcss/forms": "^0.4.0",
|
|
"@testing-library/react": "^11.2.6",
|
|
"@types/chai": "^4.2.17",
|
|
"@types/mocha": "^8.2.2",
|
|
"@types/react": "^17.0.4",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/snowpack-env": "^2.3.3",
|
|
"@web/test-runner": "^0.13.3",
|
|
"autoprefixer": "^10.4.2",
|
|
"chai": "^4.3.4",
|
|
"postcss": "^8.4.6",
|
|
"prettier": "^2.2.1",
|
|
"snowpack": "^3.3.7",
|
|
"tailwindcss": "^3.0.18",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|