|
1 | 1 | {
|
2 |
| - "name": "preact-cli", |
3 |
| - "version": "3.1.0", |
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 |
| - "html-looks-like": "^1.0.2", |
49 |
| - "jest": "^26.0.1", |
50 |
| - "less-loader": "^7.0.1", |
51 |
| - "ncp": "^2.0.0", |
52 |
| - "node-sass": "^4.12.0", |
53 |
| - "p-retry": "^4.1.0", |
54 |
| - "polka": "^0.5.2", |
55 |
| - "preact": "^10.0.0", |
56 |
| - "preact-render-to-string": "^5.0.6", |
57 |
| - "preact-router": "^3.0.1", |
58 |
| - "puppeteer": "^5.3.1", |
59 |
| - "sass-loader": "^10.0.4", |
60 |
| - "shelljs": "^0.8.3", |
61 |
| - "sirv": "^1.0.0-next.2", |
62 |
| - "stylus-loader": "^3.0.2" |
63 |
| - }, |
64 |
| - "peerDependencies": { |
65 |
| - "less-loader": "^7.0.1", |
66 |
| - "preact": "*", |
67 |
| - "preact-render-to-string": "*", |
68 |
| - "sass-loader": "^10.0.0 || ^9.0.2", |
69 |
| - "stylus-loader": "^3.0.2" |
70 |
| - }, |
71 |
| - "peerDependenciesMeta": { |
72 |
| - "less-loader": { |
73 |
| - "optional": true |
74 |
| - }, |
75 |
| - "sass-loader": { |
76 |
| - "optional": true |
77 |
| - }, |
78 |
| - "stylus-loader": { |
79 |
| - "optional": true |
80 |
| - } |
81 |
| - }, |
82 |
| - "dependencies": { |
83 |
| - "@babel/core": "^7.9.0", |
84 |
| - "@babel/plugin-proposal-class-properties": "^7.8.3", |
85 |
| - "@babel/plugin-proposal-decorators": "^7.8.3", |
86 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.9.0", |
87 |
| - "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
88 |
| - "@babel/plugin-transform-object-assign": "^7.8.3", |
89 |
| - "@babel/plugin-transform-react-jsx": "^7.9.0", |
90 |
| - "@babel/preset-env": "^7.9.0", |
91 |
| - "@babel/preset-typescript": "^7.9.0", |
92 |
| - "@preact/async-loader": "^3.0.1", |
93 |
| - "@prefresh/webpack": "^1.0.2", |
94 |
| - "autoprefixer": "^9.6.0", |
95 |
| - "babel-esm-plugin": "^0.9.0", |
96 |
| - "babel-loader": "^8.0.6", |
97 |
| - "babel-plugin-macros": "^2.5.1", |
98 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
99 |
| - "browserslist": "^4.6.4", |
100 |
| - "compression-webpack-plugin": "^4.0.0", |
101 |
| - "console-clear": "^1.0.0", |
102 |
| - "copy-webpack-plugin": "^5.0.4", |
103 |
| - "critters-webpack-plugin": "^2.5.0", |
104 |
| - "cross-spawn-promise": "^0.10.1", |
105 |
| - "css-loader": "^3.1.0", |
106 |
| - "ejs-loader": "^0.5.0", |
107 |
| - "envinfo": "^7.3.1", |
108 |
| - "esm": "^3.2.25", |
109 |
| - "fast-async": "^6.3.7", |
110 |
| - "file-loader": "^6.0.0", |
111 |
| - "fork-ts-checker-webpack-plugin": "^4.0.4", |
112 |
| - "get-port": "^5.0.0", |
113 |
| - "gittar": "^0.1.0", |
114 |
| - "glob": "^7.1.4", |
115 |
| - "html-webpack-exclude-assets-plugin": "0.0.7", |
116 |
| - "html-webpack-plugin": "^3.2.0", |
117 |
| - "ip": "^1.1.5", |
118 |
| - "isomorphic-unfetch": "^3.0.0", |
119 |
| - "kleur": "^4.0.2", |
120 |
| - "loader-utils": "^2.0.0", |
121 |
| - "mini-css-extract-plugin": "^0.9.0", |
122 |
| - "minimatch": "^3.0.3", |
123 |
| - "native-url": "0.3.4", |
124 |
| - "optimize-css-assets-webpack-plugin": "^5.0.1", |
125 |
| - "ora": "^4.0.3", |
126 |
| - "pnp-webpack-plugin": "^1.6.4", |
127 |
| - "postcss-load-config": "^2.1.0", |
128 |
| - "postcss-loader": "^3.0.0", |
129 |
| - "progress-bar-webpack-plugin": "^2.1.0", |
130 |
| - "promise-polyfill": "^8.1.0", |
131 |
| - "prompts": "^2.2.1", |
132 |
| - "raw-loader": "^4.0.0", |
133 |
| - "react-refresh": "0.8.3", |
134 |
| - "rimraf": "^3.0.2", |
135 |
| - "sade": "^1.4.1", |
136 |
| - "size-plugin": "^2.0.1", |
137 |
| - "source-map": "^0.7.2", |
138 |
| - "stack-trace": "0.0.10", |
139 |
| - "style-loader": "^1.1.3", |
140 |
| - "terser-webpack-plugin": "^3.0.3", |
141 |
| - "typescript": "^3.4.5", |
142 |
| - "update-notifier": "^4.1.0", |
143 |
| - "url-loader": "^4.0.0", |
144 |
| - "validate-npm-package-name": "^3.0.0", |
145 |
| - "webpack": "^4.38.0", |
146 |
| - "webpack-bundle-analyzer": "^3.3.2", |
147 |
| - "webpack-dev-server": "^3.4.1", |
148 |
| - "webpack-fix-style-only-entries": "^0.5.1", |
149 |
| - "webpack-merge": "^4.1.0", |
150 |
| - "webpack-plugin-replace": "^1.2.0", |
151 |
| - "which": "^2.0.2", |
152 |
| - "workbox-cacheable-response": "^5.1.3", |
153 |
| - "workbox-core": "^5.1.3", |
154 |
| - "workbox-precaching": "^5.1.3", |
155 |
| - "workbox-routing": "^5.1.3", |
156 |
| - "workbox-strategies": "^5.1.3", |
157 |
| - "workbox-webpack-plugin": "^5.1.3" |
158 |
| - } |
| 2 | + "name": "preact-cli", |
| 3 | + "version": "3.1.0", |
| 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" |
| 13 | + }, |
| 14 | + "engines": { |
| 15 | + "node": ">=12" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "sw", |
| 19 | + "lib", |
| 20 | + "babel" |
| 21 | + ], |
| 22 | + "keywords": [ |
| 23 | + "preact", |
| 24 | + "cli", |
| 25 | + "pwa", |
| 26 | + "project", |
| 27 | + "generator" |
| 28 | + ], |
| 29 | + "author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)", |
| 30 | + "license": "MIT", |
| 31 | + "bugs": "https://github.com/preactjs/preact-cli/issues", |
| 32 | + "homepage": "https://github.com/preactjs/preact-cli", |
| 33 | + "devDependencies": { |
| 34 | + "html-looks-like": "^1.0.2", |
| 35 | + "jest": "^27.0.1", |
| 36 | + "less": "^4.1.1", |
| 37 | + "less-loader": "^7.3.0", |
| 38 | + "ncp": "^2.0.0", |
| 39 | + "p-retry": "^4.5.0", |
| 40 | + "polka": "^0.5.2", |
| 41 | + "preact": "^10.5.13", |
| 42 | + "preact-render-to-string": "^5.1.19", |
| 43 | + "preact-router": "^3.0.1", |
| 44 | + "puppeteer": "^9.1.1", |
| 45 | + "sass": "^1.34.0", |
| 46 | + "sass-loader": "^10.2.0", |
| 47 | + "shelljs": "^0.8.3", |
| 48 | + "sirv": "^1.0.11", |
| 49 | + "stylus": "^0.54.8", |
| 50 | + "stylus-loader": "^4.3.3" |
| 51 | + }, |
| 52 | + "peerDependencies": { |
| 53 | + "less-loader": "^7.3.0", |
| 54 | + "preact": "*", |
| 55 | + "preact-render-to-string": "*", |
| 56 | + "sass-loader": "^10.2.0", |
| 57 | + "stylus-loader": "^4.3.3" |
| 58 | + }, |
| 59 | + "peerDependenciesMeta": { |
| 60 | + "less-loader": { |
| 61 | + "optional": true |
| 62 | + }, |
| 63 | + "sass-loader": { |
| 64 | + "optional": true |
| 65 | + }, |
| 66 | + "stylus-loader": { |
| 67 | + "optional": true |
| 68 | + } |
| 69 | + }, |
| 70 | + "dependencies": { |
| 71 | + "@babel/core": "^7.13.16", |
| 72 | + "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 73 | + "@babel/plugin-proposal-decorators": "^7.13.15", |
| 74 | + "@babel/plugin-proposal-object-rest-spread": "^7.13.8", |
| 75 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 76 | + "@babel/plugin-transform-object-assign": "^7.12.13", |
| 77 | + "@babel/plugin-transform-react-jsx": "^7.13.12", |
| 78 | + "@babel/preset-env": "^7.13.15", |
| 79 | + "@babel/preset-typescript": "^7.13.0", |
| 80 | + "@preact/async-loader": "^3.0.1", |
| 81 | + "@prefresh/babel-plugin": "^0.4.1", |
| 82 | + "@prefresh/webpack": "^3.2.2", |
| 83 | + "autoprefixer": "^10.2.5", |
| 84 | + "babel-esm-plugin": "^0.9.0", |
| 85 | + "babel-loader": "^8.2.2", |
| 86 | + "babel-plugin-macros": "^3.1.0", |
| 87 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
| 88 | + "browserlist": "^1.0.1", |
| 89 | + "browserslist": "^4.16.4", |
| 90 | + "compression-webpack-plugin": "^6.0.4", |
| 91 | + "console-clear": "^1.0.0", |
| 92 | + "copy-webpack-plugin": "^6.2.1", |
| 93 | + "critters-webpack-plugin": "^2.5.0", |
| 94 | + "cross-spawn-promise": "^0.10.1", |
| 95 | + "css-loader": "^5.2.4", |
| 96 | + "ejs-loader": "^0.5.0", |
| 97 | + "envinfo": "^7.8.1", |
| 98 | + "esm": "^3.2.25", |
| 99 | + "fast-async": "^6.3.7", |
| 100 | + "file-loader": "^6.2.0", |
| 101 | + "fork-ts-checker-webpack-plugin": "^6.2.10", |
| 102 | + "get-port": "^5.0.0", |
| 103 | + "gittar": "^0.1.0", |
| 104 | + "glob": "^7.1.4", |
| 105 | + "html-webpack-exclude-assets-plugin": "0.0.7", |
| 106 | + "html-webpack-plugin": "^3.2.0", |
| 107 | + "ip": "^1.1.5", |
| 108 | + "isomorphic-unfetch": "^3.1.0", |
| 109 | + "kleur": "^4.1.4", |
| 110 | + "loader-utils": "^2.0.0", |
| 111 | + "mini-css-extract-plugin": "^1.5.0", |
| 112 | + "minimatch": "^3.0.3", |
| 113 | + "native-url": "0.3.4", |
| 114 | + "optimize-css-assets-webpack-plugin": "^6.0.0", |
| 115 | + "ora": "^5.4.0", |
| 116 | + "pnp-webpack-plugin": "^1.6.4", |
| 117 | + "postcss": "^8.2.10", |
| 118 | + "postcss-load-config": "^3.0.1", |
| 119 | + "postcss-loader": "^4.0.4", |
| 120 | + "progress-bar-webpack-plugin": "^2.1.0", |
| 121 | + "promise-polyfill": "^8.2.0", |
| 122 | + "prompts": "^2.4.1", |
| 123 | + "raw-loader": "^4.0.2", |
| 124 | + "react-refresh": "0.10.0", |
| 125 | + "rimraf": "^3.0.2", |
| 126 | + "sade": "^1.7.4", |
| 127 | + "size-plugin": "^3.0.0", |
| 128 | + "source-map": "^0.7.2", |
| 129 | + "stack-trace": "0.0.10", |
| 130 | + "style-loader": "^2.0.0", |
| 131 | + "terser-webpack-plugin": "^4.2.3", |
| 132 | + "typescript": "^4.2.4", |
| 133 | + "update-notifier": "^5.1.0", |
| 134 | + "url-loader": "^4.1.1", |
| 135 | + "validate-npm-package-name": "^3.0.0", |
| 136 | + "webpack": "^4.38.0", |
| 137 | + "webpack-bundle-analyzer": "^4.4.2", |
| 138 | + "webpack-dev-server": "^3.11.2", |
| 139 | + "webpack-fix-style-only-entries": "^0.6.1", |
| 140 | + "webpack-merge": "^5.3.0", |
| 141 | + "webpack-plugin-replace": "^1.2.0", |
| 142 | + "which": "^2.0.2", |
| 143 | + "workbox-cacheable-response": "^6.1.5", |
| 144 | + "workbox-core": "^6.1.5", |
| 145 | + "workbox-precaching": "^6.1.5", |
| 146 | + "workbox-routing": "^6.1.5", |
| 147 | + "workbox-strategies": "^6.1.5", |
| 148 | + "workbox-webpack-plugin": "^6.1.5" |
| 149 | + } |
159 | 150 | }
|
0 commit comments