-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 983 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 983 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
{
"name": "@stylexswc/farm-unplugin-example",
"description": "A simple farm unplugin example to test @stylexswc/unplugin/farm",
"version": "0.15.5-rc.1",
"private": true,
"license": "MIT",
"scripts": {
"build": "farm build",
"dev": "farm start",
"serve": "serve --listen 3003 ./dist",
"test:visual": "playwright test"
},
"dependencies": {
"@stylexjs/open-props": "^0.11.1",
"@stylexjs/stylex": "^0.18.2",
"@stylexswc/design-system": "0.15.5-rc.1",
"@stylexswc/rs-compiler": "0.15.5-rc.1",
"@stylexswc/unplugin": "0.15.5-rc.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@farmfe/cli": "^1.0.5",
"@farmfe/core": "^1.7.11",
"@farmfe/plugin-react": "^1.2.6",
"@playwright/test": "^1.58.2",
"@stylexswc/playwright": "0.15.5-rc.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react-refresh": "^0.18.0",
"serve": "^14.2.6"
},
"type": "module"
}