-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.27 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.27 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
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
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "papper",
"version": "1.0.0",
"description": "Front for chatbot",
"main": "index.js",
"scripts": {
"start": "webpack serve --open --env port=3000",
"build:prod": "webpack --env mode=production",
"build:dev": "webpack --env mode=development",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@conarti/eslint-plugin-feature-sliced": "^1.0.5",
"@svgr/webpack": "^8.1.0",
"@types/axios": "^0.14.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/webpack": "^5.28.5",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@types/webpack-dev-server": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/utils": "^7.8.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"sass": "^1.75.0",
"sass-loader": "^14.2.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@gsap/react": "^2.1.1",
"@reduxjs/toolkit": "^2.2.3",
"@types/react-redux": "^7.1.33",
"antd": "^5.16.5",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"crypto-js": "^4.2.0",
"firebase": "^10.11.1",
"firebase-tools": "^13.8.0",
"gsap": "^3.12.5",
"mammoth": "^1.8.0",
"npm": "^10.7.0",
"react": "^18.2.0",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.1",
"react-router-dom": "^6.22.3",
"react-type-animation": "^3.2.0",
"react-webcam": "^7.2.0",
"react-webpack": "^0.4.1"
}
}