forked from nearform/the-micro-frontends-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 947 Bytes
/
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
{
"name": "the-micro-frontend-workshop",
"private": true,
"workspaces": [
"src/**"
],
"version": "1.0.0",
"license": "",
"author": "Mateja Ristic <mateja.ristic@nearform.com> and Ruslan Bredikhin (ruslan.bredikhin@nearform.com)",
"scripts": {
"build": "slidev build",
"start": "slidev --open",
"export": "slidev export",
"lint": "eslint --ext .ts,.js ./src"
},
"dependencies": {
"@slidev/cli": "^0.49.24",
"slidev-theme-nearform": "^2.0.0"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.3",
"@types/http-errors": "^2.0.4",
"@types/node": "^22.5.2",
"@types/sinon": "^17.0.3",
"@types/tap": "^15.0.12",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"playwright-chromium": "^1.46.1",
"prettier": "^3.3.3",
"sinon": "^18.0.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
}
}