-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.81 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
{
"name": "cnaas-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"dockerstart": "parcel index.html --port 8083",
"test": "jest --verbose",
"build": "parcel build index.js",
"lint": "eslint . && prettier . --check",
"lint:fix": "eslint . --fix ; prettier . --write"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.7.0",
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"history": "^5.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"parcel-bundler": "^1.8.1",
"prettier": "3.2.5",
"react-test-renderer": "^18.2.0"
},
"dependencies": {
"dotenv": "^16.3.1",
"jsonwebtoken": "^9.0.1",
"jwt-decode": "^4.0.0",
"package.json": "^2.0.1",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"query-string": "^6.14.1",
"react": "^18.2.0",
"react-router-dom": "^5.3.4",
"react-semantic-toasts-2": "^0.6.7",
"semantic-ui-react": "^2.1.4",
"socket.io-client": "^3.1.3",
"yaml": "^1.10.2"
}
}