-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
80 lines (80 loc) · 2.71 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
71
72
73
74
75
76
77
78
79
80
{
"name": "automad",
"version": "2.0.0-alpha.16",
"description": "Automad",
"author": "Marc Anton Dahmen",
"license": "MIT",
"private": true,
"prettier": {
"trailingComma": "es5"
},
"scripts": {
"build": "npm run clean && npm run copy-og-fonts && webpack --config webpack.config.js --mode production",
"bump-year": "bash bin/bump-year.sh",
"clean": "rm -rf ./automad/dist/*/*",
"copy-og-fonts": "bash bin/copy-open-graph-fonts.sh",
"dev": "npm run clean && npm run copy-og-fonts && webpack --config webpack.config.js --mode development",
"inbucket": "docker run -d --name inbucket -p 9000:9000 -p 2500:2500 -p 1100:1100 inbucket/inbucket 2&>/dev/null",
"jest": "jest",
"jest:watch": "jest --watch",
"phpunit": "bash bin/phpunit.sh",
"psalm": "bash bin/psalm.sh",
"test": "npm run phpunit && npm run psalm && npm run jest"
},
"devDependencies": {
"@editorjs/embed": "^2.6.0",
"@editorjs/nested-list": "^1.3.0",
"@editorjs/table": "^2.2.2",
"@expo-google-fonts/inter": "^0.2.3",
"@fontsource-variable/jetbrains-mono": "^5.0.15",
"@toast-ui/editor": "^3.2.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@types/codeflask": "^1.4.4",
"@types/dompurify": "^2.4.0",
"@types/dropzone": "^5.7.4",
"@types/jest": "^29.4.0",
"@types/prismjs": "^1.26.0",
"@types/sortablejs": "^1.15.0",
"@types/toastify-js": "^1.11.1",
"@types/yaireo__tagify": "^4.16.0",
"@vovayatsyuk/photoswipe-object-position": "^1.0.0",
"@yaireo/tagify": "^4.17.6",
"automad-editorjs": "^2.29.3",
"automad-prism-themes": "^0.3.1",
"bootstrap-icons": "^1.11.1",
"browser-sync": "^3.0.2",
"browser-sync-v3-webpack-plugin": "^0.1.0",
"codeflask": "^1.4.1",
"codex-tooltip": "^1.0.5",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^3.4.1",
"dist-font-inter": "^4.0.2",
"dompurify": "^3.0.4",
"draggabilly": "^3.0.0",
"dropzone": "^6.0.0-beta.2",
"file-loader": "^6.2.0",
"filerobot-image-editor": "^4.5.1",
"html-loader": "^3.1.2",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.6.1",
"less": "^4.1.3",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.7.2",
"modern-normalize": "^1.1.0",
"nanoid": "^4.0.1",
"photoswipe": "^5.4.2",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"sortable-tree": "^0.7.2",
"sortablejs": "^1.15.0",
"string-replace-loader": "^3.1.0",
"swiper": "^11.0.4",
"terser-webpack-plugin": "^5.3.6",
"toastify-js": "^1.12.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}