-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.56 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": "stackflow-example-nextjs",
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "eslint --fix --ignore-path .gitignore && prettier -w .",
"start": "next start"
},
"dependencies": {
"@seed-design/design-token": "^1.0.0-alpha.0",
"@seed-design/stylesheet": "^1.0.0-beta.1",
"@stackflow/core": "^0.17.0",
"@stackflow/link": "^0.17.0",
"@stackflow/plugin-basic-ui": "^0.17.0",
"@stackflow/plugin-history-sync": "^0.17.0",
"@stackflow/plugin-preload": "^0.17.0",
"@stackflow/plugin-renderer-basic": "^0.17.0",
"@stackflow/react": "^0.17.0",
"@vanilla-extract/next-plugin": "^2.0.2",
"next": "^12.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lazy-load-image-component": "^1.5.4",
"ts-dedent": "^2.2.0"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-lazy-load-image-component": "^1.5.2",
"@typescript-eslint/parser": "^5.20.0",
"@vanilla-extract/babel-plugin": "^1.1.7",
"@vanilla-extract/css": "^1.7.2",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.7.1",
"serve": "^13.0.4",
"typescript": "4.6"
},
"packageManager": "yarn@3.2.1"
}