Skip to content

Commit ff6ec2b

Browse files
committed
Revert "rm package.json"
1 parent c92c005 commit ff6ec2b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

Diff for: package.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"title": "Spatial Model Editor website",
3+
"name": "sme-website",
4+
"version": "1.0.0",
5+
"scripts": {
6+
"build": "npm run clean && npm run build:pug && npm run build:scripts-scss && npm run build:assets",
7+
"build:assets": "node scripts/build-assets.js",
8+
"build:pug": "node scripts/build-pug.js",
9+
"build:scripts-scss": "node scripts/build-scripts-scss.js",
10+
"clean": "node scripts/clean.js",
11+
"start": "npm run build && node scripts/start.js",
12+
"start:debug": "npm run build && node scripts/start-debug.js"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/spatial-model-editor/spatial-model-editor.github.io.git"
17+
},
18+
"license": "MIT",
19+
"author": "Liam Keegan",
20+
"dependencies": {
21+
"@popperjs/core": "2.11.8",
22+
"bootstrap": "5.3.2",
23+
"bootstrap-icons": "1.11.2"
24+
},
25+
"devDependencies": {
26+
"autoprefixer": "10.4.16",
27+
"browser-sync": "3.0.2",
28+
"chokidar": "3.5.3",
29+
"concurrently": "8.2.2",
30+
"css-loader": "6.10.0",
31+
"css-minimizer-webpack-plugin": "6.0.0",
32+
"html-minifier": "4.0.0",
33+
"mini-css-extract-plugin": "2.7.6",
34+
"postcss": "8.4.33",
35+
"postcss-loader": "8.1.0",
36+
"pug": "3.0.2",
37+
"sass": "1.71.1",
38+
"sass-loader": "14.1.1",
39+
"sharp": "0.33.1",
40+
"shelljs": "0.8.5",
41+
"style-loader": "3.3.3",
42+
"uglify-js": "3.17.4",
43+
"upath": "2.0.1",
44+
"webpack": "5.89.0",
45+
"yaml": "2.3.4"
46+
}
47+
}

0 commit comments

Comments
 (0)