-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 948 Bytes
/
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
{
"name": "perf-tests-react-style-options",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"@primer/react": "^35.13.0",
"@types/styled-system": "^5.1.15",
"@vanilla-extract/css": "^1.9.1",
"@vanilla-extract/vite-plugin": "^3.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5",
"vite-plugin-babel-macros": "^1.0.6"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"prettier": "^2.7.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.1"
}
}