-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
{
"name": "@slate-yjs/example",
"version": "0.0.10",
"private": true,
"scripts": {
"dev": "vite",
"build": "APP_ENV=production vite build",
"serve": "vite preview",
"deploy": "yarn netlify deploy --prod --dir ./dist"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@hocuspocus/provider": "^1.0.0-alpha.36",
"@slate-yjs/core": "workspace:^",
"@slate-yjs/react": "workspace:^",
"clsx": "^1.1.1",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.1",
"slate": "^0.82.1",
"slate-react": "^0.83.0",
"yjs": "^13.5.29"
},
"devDependencies": {
"@types/randomcolor": "^0",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.0",
"netlify-cli": "^8.6.0",
"vite": "^2.6.13",
"vite-plugin-windicss": "^1.8.3",
"windicss": "^3.5.1"
}
}