-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "myaccounts",
"version": "1.0.0",
"description": "Repo for my accounts page",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"dependencies": {
"moment": "^2.24.0",
"npm": "^6.7.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-moment": "^0.8.4"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dianahervascastillo/mybud.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dianahervascastillo/mybud/issues"
},
"homepage": "https://github.com/dianahervascastillo/mybud#readme"
}