-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.84 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
{
"name": "fec-rfp2207-seinfeld",
"version": "1.0.0",
"description": "",
"main": "client/src/index.js",
"jest": {
"testEnvironment": "jsdom",
"moduleNameMapper": {
"\\.(jpg|ico|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/mocks/fileMock.js",
"\\.(css|less)$": "<rootDir>/mocks/fileMock.js"
}
},
"scripts": {
"dev": "webpack server",
"build": "npx webpack --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seinfeld-Front-End-Capstone/fec-rfp2207-seinfeld.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Seinfeld-Front-End-Capstone/fec-rfp2207-seinfeld/issues"
},
"homepage": "https://github.com/Seinfeld-Front-End-Capstone/fec-rfp2207-seinfeld#readme",
"dependencies": {
"@cloudinary/react": "^1.4.2",
"@cloudinary/url-gen": "^1.8.6",
"axios": "^0.27.2",
"chroma-js": "^2.4.2",
"cloudinary-core": "^2.13.0",
"email-validator": "^2.0.4",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-select": "^5.4.0",
"underscore": "^1.13.4"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@testing-library/dom": "^8.17.1",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"babel-jest": "^29.0.1",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.0.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.0.1",
"msw": "^0.47.0",
"react-test-renderer": "^18.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
}
}