-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
51 lines (51 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "web-exercises",
"version": "0.0.0-unreleased",
"description": "Session exercises",
"homepage": "https://github.com/neuefische/web-exercises#readme",
"bugs": {
"url": "https://github.com/neuefische/web-exercises/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neuefische/web-exercises.git"
},
"type": "module",
"main": "n.a.",
"workspaces": [
"sessions/*/*"
],
"scripts": {
"create": "node ./scripts/create.js",
"get-pr": "node ./scripts/get.js",
"get": "node ./scripts/get.js -c",
"markdown-toc": "npx markdown-toc -i README.md",
"ncu": "npx npm-check-updates",
"cook": "node ./scripts/cook.js",
"migrate-vite": "bun run ./scripts/migrate-vite.js"
},
"dependencies": {
"branch-name": "^1.0.0",
"bun-types": "^1.1.6",
"clipboardy": "^3.0.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"fuzzy": "^0.1.3",
"globby": "^13.1.2",
"inquirer": "^9.1.4",
"inquirer-autocomplete-prompt": "^3.0.0",
"nanoid": "^4.0.0",
"ora": "^6.1.2",
"prettier": "^2.7.1",
"slugify": "^1.6.5",
"styled-components": "^5.3.6",
"title-case": "^3.0.3",
"use-local-storage-state": "^18.1.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1"
}
}