-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.85 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
{
"name": "starkfront",
"version": "1.0.0",
"description": "Product page for Starkfront",
"main": "index.jsx",
"scripts": {
"test": "jest",
"react-dev": "webpack watch --config webpack.dev.js",
"react-prod": "webpack --config webpack.prod.js",
"server": "nodemon server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stark-Direwolves/Starkfront.git"
},
"keywords": [],
"author": "Stark Direwolves",
"license": "ISC",
"bugs": {
"url": "https://github.com/Stark-Direwolves/Starkfront/issues"
},
"homepage": "https://github.com/Stark-Direwolves/Starkfront#readme",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"babel-loader": "^8.2.4",
"babel-plugin-styled-components": "^2.0.6",
"cypress": "^9.5.3",
"eslint": "^8.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",
"msw": "^0.39.2",
"nodemon": "^2.0.15",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"axios": "^0.26.1",
"cloudinary": "^1.29.0",
"compression-webpack-plugin": "^9.2.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-form-data": "^2.0.17",
"express-static-gzip": "^2.1.5",
"fontawesome": "^5.6.3",
"i": "^0.3.7",
"install": "^0.13.0",
"moment": "^2.29.2",
"multer": "^1.4.4",
"node": "^17.7.2",
"npm": "^8.7.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"streamifier": "^0.1.1",
"styled-components": "^5.3.5"
}
}