forked from newwwie/newwwie.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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": "newwwie.com",
"version": "1.0.0",
"description": "website package",
"main": "index.js",
"browserslist": [
"cover 90% in AU"
],
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server",
"fetchEvents": "node ./fetch-events/index.js",
"format": "prettier --write .",
"typecheck": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newwwie/newwwie.com.git"
},
"keywords": [
"newcastle"
],
"author": "@jnowland",
"license": "ISC",
"bugs": {
"url": "https://github.com/newwwie/newwwie.com/issues"
},
"homepage": "https://github.com/newwwie/newwwie.com#readme",
"devDependencies": {
"autoprefixer": "^10.4.7",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"node-fetch": "^2.6.7",
"postcss-loader": "^6.2.1",
"preact": "^10.7.1",
"prettier": "3.2.5",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
}
}