This repository was archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 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
43
44
45
46
47
48
49
50
{
"name": "tomaco",
"version": "0.0.1",
"description": "Another pomodoro app. But free and better. Like joining tomato and tabaco. Or not.",
"repository": {
"type": "git",
"url": "git+https://github.com/kplaube/tomaco.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kplaube/tomaco/issues"
},
"homepage": "https://github.com/kplaube/tomaco#readme",
"engines": {
"node": "10.15.3"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"auto-reload-brunch": "^2.7.1",
"babel-jest": "^24.8.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.8.0",
"prettier": "^1.17.1"
},
"scripts": {
"build": "brunch build -p",
"lint": "eslint frontend",
"run": "brunch watch",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.4.4",
"babel-brunch": "^7.0.1",
"brunch": "^2.10.17",
"clean-css": "^4.2.1",
"clean-css-brunch": "^2.10.0",
"copycat-brunch": "^1.1.1",
"terser": "^4.0.2",
"terser-brunch": "^3.0.0",
"whatwg-fetch": "^3.0.0"
}
}