-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
64 lines (64 loc) · 1.48 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "symphony",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "nps"
},
"dependencies": {
"@primer/octicons-react": "^19.8.0",
"@xstate/immer": "^0.3.3",
"axios": "^1.5.0",
"chokidar": "^3.5.3",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"fastify": "^4.24.3",
"fp-ts": "^2.16.1",
"immer": "^10.0.3",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"openai": "^4.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.67.0",
"uuid": "^9.0.1",
"vite": "^4.4.9",
"ws": "^8.14.1",
"xstate": "^4.38.2"
},
"devDependencies": {
"@swc-node/register": "^1.6.8",
"@types/node": "^20.6.0",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react-swc": "^3.4.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"modularscale-sass": "^3.0.10",
"prettier": "^3.0.3",
"ts-morph": "^20.0.0",
"typescript": "^5.2.2"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}