mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"scripts": {
|
|
"start": "snowpack dev",
|
|
"build": "snowpack build && cp ./public/.nojekyll ../docs",
|
|
"test": "web-test-runner \"src/**/*.test.tsx\"",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
"peggy": "peggy -o krill-parser.js --format es ./krill.pegjs"
|
|
},
|
|
"dependencies": {
|
|
"@tonaljs/tonal": "^4.6.5",
|
|
"codemirror": "^5.65.1",
|
|
"estraverse": "^5.3.0",
|
|
"react": "^17.0.2",
|
|
"react-codemirror2": "^7.2.1",
|
|
"react-dom": "^17.0.2",
|
|
"shift-ast": "^6.1.0",
|
|
"shift-codegen": "^7.0.3",
|
|
"shift-spec": "^2018.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",
|
|
"peggy": "^1.2.0",
|
|
"postcss": "^8.4.6",
|
|
"prettier": "^2.2.1",
|
|
"snowpack": "^3.3.7",
|
|
"tailwindcss": "^3.0.18",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|