-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.22 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@mostlyserious/brightpack",
"version": "6.2.2",
"description": "🔄 Reasonable Webpack config boilerplate.",
"repository": "mostlyserious/brightpack",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Cornelius Ukena",
"email": "[email protected]"
},
"keywords": [
"webpack",
"boilerplate"
],
"bin": {
"brightpack": "./bin/index.js"
},
"main": "index.js",
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@mostlyserious/tailwindcss-util": "^1.0.0",
"adm-zip": "^0.5.9",
"axios": "^0.26.1",
"babel-loader": "^8.2.4",
"browserslist": "^4.20.2",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"clean-webpack-plugin": "^4.0.0",
"cli-table2": "^0.2.0",
"core-js": "^3.22.0",
"css-loader": "^6.7.1",
"csso-webpack-plugin": "^2.0.0-beta.3",
"dotenv": "^16.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"https": "^1.0.0",
"is-utf8": "^0.2.1",
"less-loader": "^10.2.0",
"loader-utils": "^3.2.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"moment-locales-webpack-plugin": "^1.2.0",
"node-object-hash": "^2.3.10",
"postcss": "^8.4.16",
"postcss-functions": "^4.0.2",
"postcss-import": "^15.0.0",
"postcss-load-config": "^3.1.4",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.1",
"raw-loader": "^4.0.2",
"rfg-api": "^0.5.2",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"svelte": "^3.47.0",
"svelte-loader": "^3.1.2",
"svelte-preprocess-less": "^0.4.0",
"svelte-preprocess-postcss": "^1.1.1",
"svelte-preprocess-sass": "^2.0.1",
"svgo": "^2.8.0",
"svgo-loader": "^3.0.0",
"terser-webpack-plugin": "^5.3.1",
"tinify-loader": "^1.0.1",
"tiny-glob": "^0.2.9",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-manifest-plugin": "^5.0.0"
}
}