-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 898 Bytes
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
{
"name": "sprint-points-calculator",
"version": "1.0.0",
"description": "Sprint points calculator",
"main": "index.js",
"repository": "https://github.com/pattirock/sprint-points",
"author": "Patricia Mateos Romero",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"eslint": "^7.5.0",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"recoil": "^0.0.10"
},
"devDependencies": {
"css-loader": "^3.6.0",
"eslint-loader": "^4.0.2",
"html-webpack-plugin": "^4.3.0",
"styles-loader": "^2.0.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}