forked from catlike-reactflexes/Atelier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.96 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.96 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
{
"name": "atelier",
"version": "1.0.0",
"description": "Amazon clone",
"main": "app.js",
"scripts": {
"server-dev": "nodemon server/app.js",
"react-dev": "webpack --watch --config webpack.config.js",
"test": "jest --verbose --coverage",
"testqa": "jest spec/components/questionAnswer --watch --verbose --coverage",
"testreviews": "jest spec/components/reviews --verbose --coverage",
"test-overview": "jest spec/components/overview --verbose --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catlike-reactflexes/Atelier.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/catlike-reactflexes/Atelier/issues"
},
"homepage": "https://github.com/catlike-reactflexes/Atelier#readme",
"dependencies": {
"@firebase/storage": "^0.8.3",
"aws-sdk": "^2.995.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"compression-webpack-plugin": "^9.0.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"firebase": "^9.1.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"multer": "^1.4.3",
"nodemon": "^2.0.12",
"pm2": "^5.1.2",
"react": "^17.0.2",
"react-dark-mode-toggle": "^0.2.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-moment": "^1.1.1",
"react-router-dom": "^5.3.0",
"react-test-renderer": "^17.0.2",
"webpack-bundle-analyzer": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@testing-library/dom": "^8.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"babel-jest": "^27.1.1",
"babel-loader": "^8.2.2",
"jest": "^27.1.1",
"msw": "^0.35.0",
"webpack": "^5.56.1",
"webpack-cli": "^4.8.0"
}
}