forked from RFCTeamSaturn/BestestBuy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 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
{
"name": "bestest_buy",
"version": "1.0.0",
"description": "A better store than the other one. I'd buy here",
"scripts": {
"start": "node server.js",
"clean": "rm dist/bundle.js",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RFCTeamSaturn/BestestBuy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RFCTeamSaturn/BestestBuy/issues"
},
"homepage": "https://github.com/RFCTeamSaturn/BestestBuy#readme",
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"axios": "^0.26.1",
"dotenv": "^16.0.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.2",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-loader": "^4.13.0",
"react-lazyload": "^3.2.0",
"react-router-dom": "^6.3.0",
"react-select": "^5.2.2",
"react-share": "^4.4.0",
"sweetalert": "^2.1.2",
"vite-plugin-environment": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@hot-loader/react-dom": "^17.0.2+4.13.0",
"@vitejs/plugin-react": "^1.3.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"babel-jest": "^28.0.3",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.2.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"enzyme": "^3.11.0",
"eslint": "^8.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.2",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"vite": "^2.9.9",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
}
}