-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "mobtimer-react",
"version": "1.0.0",
"description": "A timer for mob programming and pair programming.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zoeesilcock/mobtimer-react.git"
},
"keywords": [
"scrum",
"mob"
],
"author": "Zoee Silcock",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoeesilcock/mobtimer-react/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.5"
},
"homepage": "https://github.com/zoeesilcock/mobtimer-react",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.5",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"grunt": "^1.5.2",
"grunt-open": "^0.2.4",
"grunt-sftp-deploy": "^0.2.5",
"grunt-webpack": "^5.0.0",
"moment": "~2.29.3",
"node-sass": "^7.0.1",
"react": "^15.7.0",
"react-dom": "^15.7.0",
"reflux": "^6.4.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-dev-server": "^4.9.0"
}
}