-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 871 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 871 Bytes
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
{
"name": "vite-react-scss",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"extract": "lingui extract",
"compile": "lingui compile"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@lingui/cli": "^4.6.0",
"@lingui/conf": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/react": "^4.6.0",
"@lingui/vite-plugin": "^4.6.0",
"babel-plugin-macros": "^3.1.0",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"@wixc3/react-board": "^2.3.0",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite-plugin-svgr": "^3.3.0"
}
}