UNPKG

3.61 kBJSONView Raw
1{
2 "name": "@rockpack/compiler",
3 "version": "2.0.0-rc.8",
4 "description": "The easiest webpack config generator.",
5 "main": "index.js",
6 "scripts": {
7 "lint": "cross-env NODE_ENV=production eslint \"**\"",
8 "production": "npm run lint && npm publish --access public"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/AlexSergey/rockpack.git"
13 },
14 "author": "Aleksandrov Sergey <gooddev.sergey@gmail.com> (https://github.com/AlexSergey/rockpack)",
15 "license": "MIT",
16 "homepage": "https://www.rockpack.io/",
17 "bugs": {
18 "url": "https://github.com/AlexSergey/rockpack/issues"
19 },
20 "keywords": [
21 "webpack",
22 "jed",
23 "localization",
24 "internationalization",
25 "l10n",
26 "i18n",
27 "node-compiler",
28 "typescript-in-node",
29 "ts-node",
30 "react"
31 ],
32 "private": false,
33 "dependencies": {
34 "@loadable/webpack-plugin": "5.14.2",
35 "@mdx-js/loader": "1.6.22",
36 "@rockpack/babel": "2.0.0-rc.8",
37 "@statoscope/ui-webpack": "3.3.0",
38 "@svgr/webpack": "5.5.0",
39 "@teamsupercell/typings-for-css-modules-loader": "2.4.0",
40 "antd-dayjs-webpack-plugin": "1.0.6",
41 "async": "3.2.0",
42 "autoprefixer": "10.2.4",
43 "babel-loader": "8.2.2",
44 "case-sensitive-paths-webpack-plugin": "2.3.0",
45 "chalk": "4.1.0",
46 "circular-dependency-plugin": "5.2.2",
47 "clean-webpack-plugin": "3.0.0",
48 "colors": "1.4.0",
49 "copy-webpack-plugin": "7.0.0",
50 "cross-env": "7.0.3",
51 "css-loader": "5.0.1",
52 "css-minimizer-webpack-plugin": "1.2.0",
53 "deep-extend": "0.6.0",
54 "dotenv-webpack": "6.0.0",
55 "dts-generator": "3.0.0",
56 "eslint-webpack-plugin": "2.4.3",
57 "extract-loader": "5.1.0",
58 "file-loader": "6.2.0",
59 "find-free-port": "2.0.0",
60 "find-package-json": "1.2.0",
61 "fork-ts-checker-webpack-plugin": "6.1.0",
62 "friendly-errors-webpack-plugin": "1.7.0",
63 "fs-extra": "9.1.0",
64 "get-port-sync": "1.0.1",
65 "glob": "7.1.6",
66 "glob-stream": "6.1.0",
67 "gutil": "1.6.4",
68 "handlebars": "4.7.6",
69 "handlebars-loader": "1.7.1",
70 "html-loader": "1.3.2",
71 "html-webpack-plugin": "5.0.0-beta.6",
72 "imagemin-gifsicle": "7.0.0",
73 "imagemin-pngquant": "9.0.1",
74 "imagemin-mozjpeg": "9.0.0",
75 "image-minimizer-webpack-plugin": "2.2.0",
76 "imports-loader": "2.0.0",
77 "inspectpack": "4.6.1",
78 "less": "4.1.1",
79 "less-loader": "7.3.0",
80 "markdown-loader": "6.0.0",
81 "mini-css-extract-plugin": "1.3.5",
82 "mkdirp": "1.0.4",
83 "moment": "2.29.1",
84 "node-loader": "1.0.2",
85 "nodemon": "2.0.7",
86 "nodemon-webpack-plugin": "4.4.4",
87 "null-loader": "4.0.1",
88 "postcss": "8.2.4",
89 "postcss-loader": "4.2.0",
90 "progress-bar-webpack-plugin": "2.1.0",
91 "pug": "3.0.0",
92 "pug-loader": "2.4.0",
93 "ramda": "0.27.1",
94 "rimraf": "3.0.2",
95 "sass": "1.32.5",
96 "sass-loader": "10.1.1",
97 "script-loader": "0.7.2",
98 "shader-loader": "1.3.1",
99 "socket.io": "3.1.0",
100 "source-map-support": "0.5.19",
101 "style-loader": "2.0.0",
102 "svg-inline-loader": "0.8.2",
103 "svgo": "1.3.2",
104 "svgo-loader": "2.2.1",
105 "tempy": "1.0.0",
106 "terser-webpack-plugin": "5.1.1",
107 "typescript": "4.1.3",
108 "url-loader": "4.1.1",
109 "valid-types": "2.0.5",
110 "webpack": "5.21.2",
111 "webpack-bundle-analyzer": "4.4.0",
112 "webpack-format-messages": "2.0.6",
113 "webpack-graphql-loader": "1.0.2",
114 "webpack-node-externals": "2.5.2",
115 "webpack-plugin-serve": "1.3.0",
116 "write-file-webpack-plugin": "4.5.1",
117 "yargs": "16.2.0"
118 },
119 "devDependencies": {
120 "@rockpack/codestyle": "2.0.0-rc.8"
121 }
122}