-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
74 lines (74 loc) · 2.13 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "fec-uranus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"test": "jest --verbose --coverage",
"server-dev": "npx nodemon server/index",
"server-prod": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rfp-2305-uranus/fec-uranus.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rfp-2305-uranus/fec-uranus/issues"
},
"homepage": "https://github.com/rfp-2305-uranus/fec-uranus#readme",
"dependencies": {
"@fluentui/react-icons": "^2.0.204",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.1.1",
"react-scroll": "^1.8.9",
"react-share": "^4.4.1",
"underscore": "^1.13.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.8.1",
"dayjs": "^1.11.9",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^22.1.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.22",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
"react-icons": "^4.10.1",
"react-test-renderer": "^18.2.0",
"style-loader": "^3.3.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}