-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 2.11 KB
/
package.json
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
{
"name": "rossta.net",
"version": "1.0.0",
"description": "I heart the web",
"main": "webpack.config.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build:prod": "NODE_ENV=production webpack --bail --progress",
"build:dev": "NODE_ENV=development webpack --watch --progress --color",
"configtest": "webpack configtest",
"lint": "eslint webpack.config.js config source/assets/javascripts",
"test": "echo \"No test specified\" && exit 0"
},
"repository": "git+https://github.com/rossta/rossta.github.com.git",
"author": "Ross Kaffenberger",
"license": "ISC",
"bugs": {
"url": "https://github.com/rossta/rossta.github.com/issues"
},
"homepage": "https://github.com/rossta/rossta.github.com#readme",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.20.2",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"babel-plugin-module-resolver": "^5.0.0",
"babel-polyfill": "^6.26",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.3",
"debug": "^4.3.4",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"exports-loader": "^4.0.0",
"expose-loader": "^4.0.0",
"highlight.js": "^11.7.0",
"imports-loader": "^4.0.1",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"serialize-javascript": "^6.0.1",
"style-loader": "^3.3.1",
"tailwindcss": "^2.2.19",
"webpack": "5.75.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1"
},
"resolutions": {
"*/serialize-javascript": "^2.1.1"
},
"engines": {
"node": ">=14.15.0",
"yarn": "^1.19"
},
"peerDependencies": {
"eslint-config-airbnb": "^18.2.0"
}
}