-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 KB
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
{
"name": "vesper-sdk-web-example",
"private": true,
"version": "1.0.0",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"start": "npm run start -w @dicetechnology/react-sample-app",
"format": "eslint . --fix '**/*.{js,jsx,ts,tsx,mjs}'",
"format:check": "eslint . '**/*.{js,jsx,ts,tsx,mjs}'"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"packageManager": "npm@10.7.0",
"engines": {
"node": ">=24.14.1",
"npm": ">=11.11.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.1.0",
"rimraf": "^5.0.5",
"turbo": "^1.13.2",
"typescript": "^5.4.5"
}
}