This repository was archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 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
51
52
53
54
55
56
57
58
{
"name": "@nuel/uniformly",
"version": "3.0.4",
"description": "Spend less time setting up projects and more time building them",
"files": [
"utils",
"config",
"uniformly.js"
],
"bin": {
"uniformly": "./uniformly.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-nuel/uniformly.git"
},
"author": "Tom Davies <tom@thenuel.com>",
"contributors": [
"Dan Shields <d@shieldsuk.me>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/the-nuel/uniformly/issues"
},
"homepage": "https://github.com/the-nuel/uniformly#readme",
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/types": "^7.5.5",
"@types/jest": "^24.0.15",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"babel-eslint": "^10.0.2",
"babel-preset-jest": "^24.6.0",
"babel-preset-react-app": "^7.0.2",
"babel-preset-vue": "^2.0.2",
"cross-spawn": "^6.0.5",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-jest": "^22.12.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-vue": "^5.2.3",
"find-up": "^3.0.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"rc": "^1.2.8",
"webpack": "^4.36.1",
"yargs": "^12.0.5"
},
"optionalDependencies": {
"typescript": ">=2.0"
}
}