-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 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
41
42
43
44
45
46
{
"name": "example-nextjs",
"version": "0.1.15",
"private": true,
"scripts": {
"build": "next build",
"clean": "rm -rf .next",
"watch": "next dev",
"start": "next start",
"lint": "next lint",
"test:build": "pnpm build",
"copy-assets": "powersync-web copy-assets -o public",
"postinstall": "pnpm copy-assets"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@journeyapps/wa-sqlite": "^1.6.0",
"@lexical/react": "^0.15.0",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@powersync/react": "^1.10.0",
"@powersync/web": "^1.37.2",
"lato-font": "^3.0.0",
"lexical": "^0.15.0",
"next": "^16.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"css-loader": "^6.11.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.0.0",
"postcss": "^8.4.35",
"sass": "^1.77.2",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.3"
}
}