-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "feflow-devkit",
"version": "1.0.0",
"description": "an example of devkit",
"dependencies": {
"@feflow/cli": "^0.27.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"css-loader": "^6.8.1",
"eslint": "^8.49.0",
"eslint-config-tencent": "^1.0.4",
"eslint-plugin-react": "^7.33.2",
"html-webpack-plugin": "^5.5.3",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"webpack": "^5.88.2",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
},
"scripts": {
"lint": "eslint . --fix",
"test": "react-scripts test",
"dev": "fef dev",
"build": "fef build"
},
"author": "",
"license": "MIT"
}