-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"title": "Spatial Model Editor website",
"name": "sme-website",
"version": "1.0.0",
"scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scripts-scss && npm run build:assets",
"build:assets": "node scripts/build-assets.js",
"build:pug": "node scripts/build-pug.js",
"build:scripts-scss": "node scripts/build-scripts-scss.js",
"clean": "node scripts/clean.js",
"start": "npm run build && node scripts/start.js"
},
"repository": {
"type": "git",
"url": "https://github.com/spatial-model-editor/spatial-model-editor.github.io.git"
},
"license": "MIT",
"author": "Liam Keegan",
"dependencies": {
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3"
},
"devDependencies": {
"autoprefixer": "10.4.19",
"browser-sync": "3.0.2",
"chokidar": "3.6.0",
"concurrently": "8.2.2",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"html-minifier": "4.0.0",
"mini-css-extract-plugin": "2.9.0",
"postcss": "8.4.39",
"postcss-loader": "8.1.1",
"pug": "3.0.3",
"sass": "1.77.6",
"sass-loader": "14.2.1",
"sharp": "0.33.4",
"shelljs": "0.8.5",
"style-loader": "4.0.0",
"uglify-js": "3.18.0",
"upath": "2.0.1",
"webpack": "5.92.1",
"yaml": "2.4.5"
}
}