This repository has been archived by the owner on May 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.63 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
{
"name": "pc-builder",
"description": "A simple PC builder from scratch to determine the budget range of your selected components",
"homepage": "https://pcbuilder.netlify.com/",
"version": "0.1.0",
"license": "MIT",
"author": "Rin Minase",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/RinMinase/pc-builder"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode production --progress true",
"deploy": "webpack --mode production"
},
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"firebase": "^7.14.2",
"node-sass": "^4.14.0",
"react": "^16.13.1",
"react-dom": "^16.13.0",
"react-hook-form": "^5.6.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"scss-spinners": "^1.2.4",
"validator": "^13.0.0"
},
"devDependencies": {
"@types/react-dom": "^16.9.7",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"custom-tslint-formatters": "^2.4.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"sass-loader": "^8.0.2",
"source-map-loader": "^0.2.4",
"terser-webpack-plugin": "^3.0.0",
"ts-loader": "^7.0.2",
"tslint": "^6.1.2",
"tslint-loader": "^3.5.4",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}