-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.83 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
52
53
54
55
56
57
58
59
{
"name": "react-showroom-workspace",
"private": true,
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.24.2",
"@playwright/test": "^1.24.2",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/github-slugger": "^1.3.0",
"@types/glob": "^7.2.0",
"@types/hast": "^2.3.4",
"@types/jest": "^28.1.6",
"@types/lz-string": "^1.3.34",
"@types/mdast": "^3.0.10",
"@types/mime-types": "^2.1.1",
"@types/react": "^18.0.16",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/react-highlight-words": "^0.16.4",
"@types/rimraf": "^3.0.2",
"@types/string-similarity": "^4.0.0",
"@types/stringify-object": "4.0.1",
"@types/temp": "^0.9.1",
"concurrently": "^7.3.0",
"eslint": "^8.43.0",
"http-server": "^14.1.1",
"jest": "^28.1.3",
"monaco-editor": "^0.33.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.77.2",
"tailwindcss": "^3.1.8",
"ts-jest": "^28.0.7",
"turbo": "^1.4.2",
"type-fest": "^2.18.0",
"why-is-node-running": "^2.2.2"
},
"scripts": {
"prepare": "turbo run build --filter=./packages/*",
"build": "turbo run build build-showroom",
"test": "turbo run lint test:ci",
"test:e2e": "turbo run test:e2e",
"docs:build": "pnpm --filter=\"react-showroom-docs\" run build",
"example:build": "pnpm --filter=\"./examples/**\" run build",
"dev": "pnpm -r --stream --parallel run dev",
"clean": "pnpm -r run clean",
"preinstall": "npx only-allow pnpm",
"lint": "turbo run lint",
"changeset": "changeset"
}
}