-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
69 lines (69 loc) · 1.74 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
{
"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": "ts-node ./fetch-events/fetch-events.ts",
"format": "prettier --write .",
"typecheck": "tsc",
"test":"npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newwwie/newwwie.com.git"
},
"keywords": [
"newcastle"
],
"author": "Newwwie Tech Community",
"license": "MIT",
"bugs": {
"url": "https://github.com/newwwie/newwwie.com/issues"
},
"homepage": "https://github.com/newwwie/newwwie.com#readme",
"prettier": {
"printWidth": 120
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.17.4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.8.6",
"@types/nunjucks": "^3.2.6",
"@types/showdown": "^2.0.6",
"autoprefixer": "^10.4.7",
"axios": "^1.7.2",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"html-webpack-plugin": "^5.6.3",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"mini-css-extract-plugin": "^2.6.0",
"node-fetch": "^2.6.7",
"nunjucks": "^3.2.4",
"postcss-loader": "^6.2.1",
"preact": "^10.7.1",
"prettier": "3.2.5",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"dompurify": "^3.1.7",
"showdown": "^2.1.0"
}
}