|
1 | 1 | { |
2 | | - "name": "preact-cli", |
3 | | - "version": "3.0.1", |
4 | | - "description": "Start building a Preact Progressive Web App in seconds.", |
5 | | - "repository": "preactjs/preact-cli", |
6 | | - "main": "lib/index.js", |
7 | | - "bin": { |
8 | | - "preact": "lib/index.js" |
9 | | - }, |
10 | | - "scripts": { |
11 | | - "pretest": "rimraf ./tests/output", |
12 | | - "test": "jest --forceExit" |
13 | | - }, |
14 | | - "jest": { |
15 | | - "setupFilesAfterEnv": [ |
16 | | - "<rootDir>/tests/setup.js" |
17 | | - ], |
18 | | - "testEnvironment": "node", |
19 | | - "testPathIgnorePatterns": [ |
20 | | - "<rootDir>/tests/output", |
21 | | - "<rootDir>/tests/subjects" |
22 | | - ], |
23 | | - "modulePathIgnorePatterns": [ |
24 | | - "<rootDir>/tests/output", |
25 | | - "<rootDir>/tests/subjects" |
26 | | - ] |
27 | | - }, |
28 | | - "engines": { |
29 | | - "node": ">=8" |
30 | | - }, |
31 | | - "files": [ |
32 | | - "sw", |
33 | | - "lib", |
34 | | - "babel" |
35 | | - ], |
36 | | - "keywords": [ |
37 | | - "preact", |
38 | | - "cli", |
39 | | - "pwa", |
40 | | - "project", |
41 | | - "generator" |
42 | | - ], |
43 | | - "author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)", |
44 | | - "license": "MIT", |
45 | | - "bugs": "https://github.com/preactjs/preact-cli/issues", |
46 | | - "homepage": "https://github.com/preactjs/preact-cli", |
47 | | - "devDependencies": { |
48 | | - "eslint": "^7.1.0", |
49 | | - "html-looks-like": "^1.0.2", |
50 | | - "jest": "^26.0.1", |
51 | | - "lerna": "^3.16.4", |
52 | | - "lint-staged": "^10.0.7", |
53 | | - "mkdirp": "^1.0.3", |
54 | | - "ncp": "^2.0.0", |
55 | | - "node-sass": "^4.12.0", |
56 | | - "p-retry": "^4.1.0", |
57 | | - "polka": "^0.5.2", |
58 | | - "preact": "^10.0.0", |
59 | | - "preact-compat": "^3.18.5", |
60 | | - "preact-render-to-string": "^5.0.6", |
61 | | - "preact-router": "^3.0.1", |
62 | | - "puppeteer": "^5.0.0", |
63 | | - "sass-loader": "^9.0.2", |
64 | | - "shelljs": "^0.8.3", |
65 | | - "sirv": "^1.0.0-next.2" |
66 | | - }, |
67 | | - "peerDependencies": { |
68 | | - "preact": "*", |
69 | | - "preact-render-to-string": "*" |
70 | | - }, |
71 | | - "dependencies": { |
72 | | - "@babel/core": "^7.9.0", |
73 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
74 | | - "@babel/plugin-proposal-decorators": "^7.8.3", |
75 | | - "@babel/plugin-proposal-object-rest-spread": "^7.9.0", |
76 | | - "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
77 | | - "@babel/plugin-transform-object-assign": "^7.8.3", |
78 | | - "@babel/plugin-transform-react-jsx": "^7.9.0", |
79 | | - "@babel/preset-env": "^7.9.0", |
80 | | - "@babel/preset-typescript": "^7.9.0", |
81 | | - "@preact/async-loader": "^3.0.1", |
82 | | - "@prefresh/webpack": "^1.0.2", |
83 | | - "autoprefixer": "^9.6.0", |
84 | | - "babel-esm-plugin": "^0.9.0", |
85 | | - "babel-loader": "^8.0.6", |
86 | | - "babel-plugin-macros": "^2.5.1", |
87 | | - "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
88 | | - "browserslist": "^4.6.4", |
89 | | - "compression-webpack-plugin": "^4.0.0", |
90 | | - "console-clear": "^1.0.0", |
91 | | - "copy-webpack-plugin": "^5.0.4", |
92 | | - "critters-webpack-plugin": "^2.5.0", |
93 | | - "cross-spawn-promise": "^0.10.1", |
94 | | - "css-loader": "^3.1.0", |
95 | | - "ejs-loader": "^0.3.3", |
96 | | - "envinfo": "^7.3.1", |
97 | | - "esm": "^3.2.25", |
98 | | - "fast-async": "^6.3.7", |
99 | | - "file-loader": "^6.0.0", |
100 | | - "fork-ts-checker-webpack-plugin": "^4.0.4", |
101 | | - "get-port": "^5.0.0", |
102 | | - "gittar": "^0.1.0", |
103 | | - "glob": "^7.1.4", |
104 | | - "html-webpack-exclude-assets-plugin": "0.0.7", |
105 | | - "html-webpack-plugin": "^3.2.0", |
106 | | - "ip": "^1.1.5", |
107 | | - "isomorphic-unfetch": "^3.0.0", |
108 | | - "kleur": "^4.0.2", |
109 | | - "loader-utils": "^2.0.0", |
110 | | - "mini-css-extract-plugin": "^0.9.0", |
111 | | - "minimatch": "^3.0.3", |
112 | | - "native-url": "0.3.4", |
113 | | - "optimize-css-assets-webpack-plugin": "^5.0.1", |
114 | | - "ora": "^4.0.3", |
115 | | - "postcss-load-config": "^2.1.0", |
116 | | - "postcss-loader": "^3.0.0", |
117 | | - "progress-bar-webpack-plugin": "^2.1.0", |
118 | | - "promise-polyfill": "^8.1.0", |
119 | | - "prompts": "^2.2.1", |
120 | | - "raw-loader": "^4.0.0", |
121 | | - "react-refresh": "0.8.3", |
122 | | - "require-relative": "^0.8.7", |
123 | | - "resolve-from": "^5.0.0", |
124 | | - "rimraf": "^3.0.2", |
125 | | - "sade": "^1.4.1", |
126 | | - "size-plugin": "^2.0.1", |
127 | | - "source-map": "^0.7.2", |
128 | | - "stack-trace": "0.0.10", |
129 | | - "style-loader": "^1.1.3", |
130 | | - "terser-webpack-plugin": "^3.0.3", |
131 | | - "typescript": "^3.4.5", |
132 | | - "update-notifier": "^4.1.0", |
133 | | - "url-loader": "^4.0.0", |
134 | | - "validate-npm-package-name": "^3.0.0", |
135 | | - "webpack": "^4.38.0", |
136 | | - "webpack-bundle-analyzer": "^3.3.2", |
137 | | - "webpack-dev-server": "^3.4.1", |
138 | | - "webpack-fix-style-only-entries": "^0.5.1", |
139 | | - "webpack-merge": "^4.1.0", |
140 | | - "webpack-plugin-replace": "^1.2.0", |
141 | | - "which": "^2.0.2", |
142 | | - "workbox-cacheable-response": "^5.1.3", |
143 | | - "workbox-core": "^5.1.3", |
144 | | - "workbox-precaching": "^5.1.3", |
145 | | - "workbox-routing": "^5.1.3", |
146 | | - "workbox-strategies": "^5.1.3", |
147 | | - "workbox-webpack-plugin": "^5.1.3" |
148 | | - } |
| 2 | + "name": "preact-cli", |
| 3 | + "version": "3.0.2", |
| 4 | + "description": "Start building a Preact Progressive Web App in seconds.", |
| 5 | + "repository": "preactjs/preact-cli", |
| 6 | + "main": "lib/index.js", |
| 7 | + "bin": { |
| 8 | + "preact": "lib/index.js" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "pretest": "rimraf ./tests/output", |
| 12 | + "test": "jest --forceExit" |
| 13 | + }, |
| 14 | + "jest": { |
| 15 | + "setupFilesAfterEnv": [ |
| 16 | + "<rootDir>/tests/setup.js" |
| 17 | + ], |
| 18 | + "testEnvironment": "node", |
| 19 | + "testPathIgnorePatterns": [ |
| 20 | + "<rootDir>/tests/output", |
| 21 | + "<rootDir>/tests/subjects" |
| 22 | + ], |
| 23 | + "modulePathIgnorePatterns": [ |
| 24 | + "<rootDir>/tests/output", |
| 25 | + "<rootDir>/tests/subjects" |
| 26 | + ] |
| 27 | + }, |
| 28 | + "engines": { |
| 29 | + "node": ">=8" |
| 30 | + }, |
| 31 | + "files": [ |
| 32 | + "sw", |
| 33 | + "lib", |
| 34 | + "babel" |
| 35 | + ], |
| 36 | + "keywords": [ |
| 37 | + "preact", |
| 38 | + "cli", |
| 39 | + "pwa", |
| 40 | + "project", |
| 41 | + "generator" |
| 42 | + ], |
| 43 | + "author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)", |
| 44 | + "license": "MIT", |
| 45 | + "bugs": "https://github.com/preactjs/preact-cli/issues", |
| 46 | + "homepage": "https://github.com/preactjs/preact-cli", |
| 47 | + "devDependencies": { |
| 48 | + "eslint": "^7.1.0", |
| 49 | + "html-looks-like": "^1.0.2", |
| 50 | + "jest": "^26.0.1", |
| 51 | + "lerna": "^3.16.4", |
| 52 | + "lint-staged": "^10.0.7", |
| 53 | + "mkdirp": "^1.0.3", |
| 54 | + "ncp": "^2.0.0", |
| 55 | + "node-sass": "^4.12.0", |
| 56 | + "p-retry": "^4.1.0", |
| 57 | + "polka": "^0.5.2", |
| 58 | + "preact": "^10.0.0", |
| 59 | + "preact-compat": "^3.18.5", |
| 60 | + "preact-render-to-string": "^5.0.6", |
| 61 | + "preact-router": "^3.0.1", |
| 62 | + "puppeteer": "^5.0.0", |
| 63 | + "sass-loader": "^9.0.2", |
| 64 | + "shelljs": "^0.8.3", |
| 65 | + "sirv": "^1.0.0-next.2" |
| 66 | + }, |
| 67 | + "peerDependencies": { |
| 68 | + "preact": "*", |
| 69 | + "preact-render-to-string": "*" |
| 70 | + }, |
| 71 | + "dependencies": { |
| 72 | + "@babel/core": "^7.9.0", |
| 73 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 74 | + "@babel/plugin-proposal-decorators": "^7.8.3", |
| 75 | + "@babel/plugin-proposal-object-rest-spread": "^7.9.0", |
| 76 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 77 | + "@babel/plugin-transform-object-assign": "^7.8.3", |
| 78 | + "@babel/plugin-transform-react-jsx": "^7.9.0", |
| 79 | + "@babel/preset-env": "^7.9.0", |
| 80 | + "@babel/preset-typescript": "^7.9.0", |
| 81 | + "@preact/async-loader": "^3.0.1", |
| 82 | + "@prefresh/webpack": "^1.0.2", |
| 83 | + "autoprefixer": "^9.6.0", |
| 84 | + "babel-esm-plugin": "^0.9.0", |
| 85 | + "babel-loader": "^8.0.6", |
| 86 | + "babel-plugin-macros": "^2.5.1", |
| 87 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
| 88 | + "browserslist": "^4.6.4", |
| 89 | + "compression-webpack-plugin": "^4.0.0", |
| 90 | + "console-clear": "^1.0.0", |
| 91 | + "copy-webpack-plugin": "^5.0.4", |
| 92 | + "critters-webpack-plugin": "^2.5.0", |
| 93 | + "cross-spawn-promise": "^0.10.1", |
| 94 | + "css-loader": "^3.1.0", |
| 95 | + "ejs-loader": "^0.3.3", |
| 96 | + "envinfo": "^7.3.1", |
| 97 | + "esm": "^3.2.25", |
| 98 | + "fast-async": "^6.3.7", |
| 99 | + "file-loader": "^6.0.0", |
| 100 | + "fork-ts-checker-webpack-plugin": "^4.0.4", |
| 101 | + "get-port": "^5.0.0", |
| 102 | + "gittar": "^0.1.0", |
| 103 | + "glob": "^7.1.4", |
| 104 | + "html-webpack-exclude-assets-plugin": "0.0.7", |
| 105 | + "html-webpack-plugin": "^3.2.0", |
| 106 | + "ip": "^1.1.5", |
| 107 | + "isomorphic-unfetch": "^3.0.0", |
| 108 | + "kleur": "^4.0.2", |
| 109 | + "loader-utils": "^2.0.0", |
| 110 | + "mini-css-extract-plugin": "^0.9.0", |
| 111 | + "minimatch": "^3.0.3", |
| 112 | + "native-url": "0.3.4", |
| 113 | + "optimize-css-assets-webpack-plugin": "^5.0.1", |
| 114 | + "ora": "^4.0.3", |
| 115 | + "postcss-load-config": "^2.1.0", |
| 116 | + "postcss-loader": "^3.0.0", |
| 117 | + "progress-bar-webpack-plugin": "^2.1.0", |
| 118 | + "promise-polyfill": "^8.1.0", |
| 119 | + "prompts": "^2.2.1", |
| 120 | + "raw-loader": "^4.0.0", |
| 121 | + "react-refresh": "0.8.3", |
| 122 | + "require-relative": "^0.8.7", |
| 123 | + "resolve-from": "^5.0.0", |
| 124 | + "rimraf": "^3.0.2", |
| 125 | + "sade": "^1.4.1", |
| 126 | + "size-plugin": "^2.0.1", |
| 127 | + "source-map": "^0.7.2", |
| 128 | + "stack-trace": "0.0.10", |
| 129 | + "style-loader": "^1.1.3", |
| 130 | + "terser-webpack-plugin": "^3.0.3", |
| 131 | + "typescript": "^3.4.5", |
| 132 | + "update-notifier": "^4.1.0", |
| 133 | + "url-loader": "^4.0.0", |
| 134 | + "validate-npm-package-name": "^3.0.0", |
| 135 | + "webpack": "^4.38.0", |
| 136 | + "webpack-bundle-analyzer": "^3.3.2", |
| 137 | + "webpack-dev-server": "^3.4.1", |
| 138 | + "webpack-fix-style-only-entries": "^0.5.1", |
| 139 | + "webpack-merge": "^4.1.0", |
| 140 | + "webpack-plugin-replace": "^1.2.0", |
| 141 | + "which": "^2.0.2", |
| 142 | + "workbox-cacheable-response": "^5.1.3", |
| 143 | + "workbox-core": "^5.1.3", |
| 144 | + "workbox-precaching": "^5.1.3", |
| 145 | + "workbox-routing": "^5.1.3", |
| 146 | + "workbox-strategies": "^5.1.3", |
| 147 | + "workbox-webpack-plugin": "^5.1.3" |
| 148 | + } |
149 | 149 | } |
0 commit comments