generated from github/codespaces-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.28 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
49
50
51
52
53
{
"name": "codespaces-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"web-vitals": "^3.1.0",
"@fluentui/react-components": "^9.46.8"
},
"overrides": {
"@svgr/webpack": "^8.0.1",
"@adobe/css-tools": "^4.3.1",
"postcss": "^8.4.31"
},
"scripts": {
"start": "cross-env BROWSER=none WDS_SOCKET_PORT=0 vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"perf": "npx tensile --config tensile.config.mjs --file dist/Test.bench.mjs",
"perf:dev": "npx tensile --config tensile.config.mjs --file dist/Test.bench.mjs --dev"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@tensile-perf/react": "^0.1.12",
"@vitejs/plugin-react": "^4.1.1",
"cross-env": "^7.0.3",
"jsdom": "^22.1.0",
"rollup": "^3.29.4",
"rollup-plugin-external-globals": "^0.9.2",
"vite": "^4.5.2",
"vitest": "^0.34.6"
}
}