-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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
{
"title": "Spatial Model Editor website",
"name": "sme-website",
"version": "2.0.0",
"scripts": {
"build:webpack": "webpack --config webpack.config.js",
"build:11ty": "eleventy",
"build:news": "node scripts/generate-news.mjs",
"build": "pnpm run build:news && pnpm run build:webpack && pnpm run build:11ty",
"start": "concurrently \"webpack --watch\" \"eleventy --serve\""
},
"repository": {
"type": "git",
"url": "https://github.com/spatial-model-editor/spatial-model-editor.github.io.git"
},
"license": "MIT",
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
},
"author": "Liam Keegan",
"dependencies": {
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.8",
"bootstrap-icons": "1.13.1"
},
"devDependencies": {
"@11ty/eleventy": "3.1.5",
"concurrently": "9.2.1",
"css-loader": "7.1.4",
"css-minimizer-webpack-plugin": "8.0.0",
"html-minifier": "4.0.0",
"mini-css-extract-plugin": "2.10.2",
"sharp": "0.34.5",
"webpack": "5.105.4",
"webpack-cli": "7.0.2",
"yaml": "2.8.3"
}
}