-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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
{
"name": "therichcourt-portfolio",
"version": "1.0.0",
"description": "",
"main": "./src/js/index.js",
"scripts": {
"test": "stylelint ./src/sass/*.scss && eslint src/js",
"watch": "webpack watch --mode=development",
"build": "webpack --mode=development",
"build-prod": "webpack --mode=production"
},
"author": "Rich Court",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"file-loader": "^6.2.0",
"glob-all": "^3.2.1",
"html-loader": "^2.1.2",
"html-webpack-base64-image-plugin": "git+https://github.com/TheRichCourt/html-webpack-base64-image-plugin.git",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.4.0",
"normalize.css": "^8.0.1",
"preact": "^10.5.13",
"prop-types": "^15.7.2",
"purgecss": "^4.0.3",
"purgecss-webpack-plugin": "^4.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-plugin-react": "^7.23.1"
}
}