UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@enact/dev-utils",
3 "version": "2.4.1",
4 "description": "A collection of development utilities for Enact apps.",
5 "main": "index.js",
6 "author": "Jason Robitaille <jason.robitaille@lge.com>",
7 "repository": "https://github.com/enyojs/enact-dev-utils",
8 "license": "Apache-2.0",
9 "engines": {
10 "node": ">=6.4.0"
11 },
12 "publishConfig": {
13 "access": "public"
14 },
15 "scripts": {
16 "lint": "eslint .",
17 "fix": "eslint . --fix"
18 },
19 "prettier": {
20 "printWidth": 120,
21 "useTabs": true,
22 "tabWidth": 4,
23 "singleQuote": true,
24 "bracketSpacing": false
25 },
26 "eslintIgnore": [
27 "plugins/EnzymeAdapterPlugin/enzyme-proxy.js",
28 "plugins/SnapshotPlugin/snapshot-helper.js",
29 "plugins/SnapshotPlugin/mock-window.js"
30 ],
31 "dependencies": {
32 "browserslist": "^4.1.0",
33 "chalk": "^2.4.1",
34 "console.mute": "^0.3.0",
35 "core-js": "^3.0.1",
36 "electron-to-chromium": "^1.3.62",
37 "enzyme-adapter-utils": "^1.6.1",
38 "find-cache-dir": "^2.0.0",
39 "glob": "^7.1.3",
40 "graceful-fs": "^4.1.11",
41 "import-fresh": "^3.0.0",
42 "mock-require": "^3.0.3",
43 "react": "^16.7.0",
44 "react-dom": "^16.7.0",
45 "react-is": "^16.7.0",
46 "react-reconciler": "^0.20.4",
47 "react-test-renderer": "^16.7.0",
48 "resolve": "^1.11.1",
49 "tapable": "^1.1.0",
50 "webpack-bundle-analyzer": "^3.3.2",
51 "webpack-sources": "^1.2.0"
52 },
53 "devDependencies": {
54 "eslint": "^5.14.0",
55 "eslint-config-prettier": "^4.0.0",
56 "eslint-plugin-import": "^2.14.0",
57 "eslint-plugin-prettier": "^3.0.0",
58 "prettier": "^1.14.2",
59 "webpack": "^4.17.1"
60 },
61 "peerDependencies": {
62 "webpack": ">=4.0.0"
63 }
64}