UNPKG

1.59 kBJSONView Raw
1{
2 "name": "@enact/dev-utils",
3 "version": "1.2.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 "chalk": "^2.1.0",
33 "console.mute": "^0.3.0",
34 "core-js": "^2.5.0",
35 "electron-to-chromium": "^1.3.37",
36 "enzyme-adapter-utils": "^1.3.0",
37 "find-cache-dir": "^1.0.0",
38 "glob": "^7.1.0",
39 "graceful-fs": "^4.1.0",
40 "import-fresh": "^2.0.0",
41 "react": "^16.4.1",
42 "react-dom": "^16.4.1",
43 "react-is": "^16.4.1",
44 "react-reconciler": "^0.12.0",
45 "react-test-renderer": "^16.4.1",
46 "webpack-bundle-analyzer": "^2.9.0",
47 "webpack-sources": "^1.0.0"
48 },
49 "devDependencies": {
50 "eslint": "^4.15.0",
51 "eslint-config-prettier": "^2.9.0",
52 "eslint-plugin-import": "^2.8.0",
53 "eslint-plugin-prettier": "^2.6.0",
54 "prettier": "^1.10.2",
55 "webpack": "^3.10.0"
56 },
57 "peerDependencies": {
58 "webpack": "^2 || ^2.1.0-beta || ^2.2.0-rc || ^3"
59 }
60}