-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "social-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest out",
"lint": "prettier --write ./src && eslint --fix ./src"
},
"dependencies": {
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/css-utils": "^0.1.3",
"@vanilla-extract/dynamic": "^2.0.3",
"@vanilla-extract/next-plugin": "^2.1.2",
"@vanilla-extract/recipes": "^0.4.0",
"@vanilla-extract/sprinkles": "^1.6.0",
"dot-prop": "^8.0.2",
"framer-motion": "^10.12.7",
"lodash.debounce": "^4.0.8",
"next": "^13.4.1",
"rainbow-sprinkles": "^0.16.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.7",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.2",
"postcss": "8.4.22",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.8",
"typescript": "5.0.4"
}
}