generated from gungunj/monorepo-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "franky-editor",
"version": "0.0.1",
"private": true,
"description": "base prosemirror editor",
"workspaces": [
"packages/*",
"playground"
],
"scripts": {
"devadd": "pnpm add -D -W",
"build": "pnpm run build --filter '!doc'",
"dev": "cd playground && pnpm dev",
"publish": "",
"pkgadd": "node scripts/create.js",
"changelog": "node scripts/changelog.js",
"changelog:ci": "node scripts/changelog.js from-ci",
"changelog:comment": "node scripts/changelog.js from-comment"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^28.1.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.8",
"dotenv-cli": "^6.0.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"jest": "^28",
"lodash.mergewith": "^4.6.2",
"node-fetch": "2",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^28.0.8",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}