-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "laze",
"version": "1.0.0",
"description": "Web-based Clothing Business",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colemanshropshire/Laze.git"
},
"author": "Coleman Shropshire",
"license": "ISC",
"bugs": {
"url": "https://github.com/colemanshropshire/Laze/issues"
},
"homepage": "https://github.com/colemanshropshire/Laze#readme",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.1",
"file-loader": "^6.0.0",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"kind-of": "^6.0.3",
"acorn": "^6.4.1",
"minimist": "^1.2.2"
},
"dependencies": {
"axios": "^0.19.2",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.18",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"sass-loader": "^8.0.0"
}
}