-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 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
52
53
54
{
"private": true,
"workspaces": [
"packages/*",
"libs/*",
"configs/*",
"apps/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --no-cache --parallel",
"clean": "turbo run clean && rm -rf node_modules",
"test": "turbo run test"
},
"dependencies": {
"@thelia/blocks-editor": "*",
"@thelia/fetcher": "*",
"@tippyjs/react": "^4.2.6",
"axios": "^0.25",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"postcss-easy-import": "^4.0.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.2",
"react-hot-toast": "^2.2.0",
"react-intl": "^6.0.5",
"react-modal": "^3.15.1",
"react-query": "^3.39.1",
"react-quill": "^2.0.0",
"react-use": "^17.4.0",
"rollup-plugin-postcss": "^4.0.2",
"vite-plugin-svgr": "^2.1.0"
},
"devDependencies": {
"@svgr/rollup": "^6.2.1",
"@tailwindcss/forms": "^0.5.0",
"@types/lodash": "^4.14.181",
"@types/react": "^17.0.39",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.11",
"@types/react-modal": "^3.13.1",
"esbuild-plugin-svgr": "^1.0.1",
"postcss": "*",
"postcss-nesting": "^10.1.10",
"prettier": "2.6.1",
"read-pkg": "^7.1.0",
"tailwindcss": "*",
"turbo": "latest"
},
"packageManager": "npm@8.4.1",
"version": "0.1.1"
}