-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 925 Bytes
/
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
{
"name": "one-pass",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev:flow": "pnpm --filter one-pass-flow run dev",
"dev:demo": "pnpm --filter demo run dev",
"build:flow": "pnpm --filter flow run dev build"
},
"keywords": [
"flow",
"workflow"
],
"author": "",
"license": "MIT",
"dependencies": {
"one-pass-flow": "workspace:^"
},
"devDependencies": {
"@sj-distributor/eslint-plugin-react": "^0.7.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^50.0.1",
"prettier": "^3.1.1"
}
}