forked from panda-express-js/Atelier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.02 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
{
"name": "fec",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx webpack",
"client-dev": "npx webpack --watch",
"test": "jest --coverage",
"server": "npx nodemon --watch server server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panda-express-js/FEC.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/panda-express-js/FEC/issues"
},
"homepage": "https://github.com/panda-express-js/FEC#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.14.5",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.3.2",
"identity-obj-proxy": "^3.0.0",
"jest-environment-jsdom": "^29.7.0",
"react-test-renderer": "^18.2.0",
"style-loader": "^3.3.4",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@babel/preset-env": "^7.24.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.6.7",
"babel-plugin-styled-components": "^2.1.4",
"chart.js": "^4.4.2",
"cloudinary": "^2.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"follow-redirects": "1.15.6",
"jest": "^29.7.0",
"nodemon": "^2.0.7",
"process": "^0.11.10",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"webpack": "^5.90.3",
"webpack-dev-server": "^4.8.0"
}
}