forked from AKSW/aksw.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 683 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 683 Bytes
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
{
"name": "aksw.org",
"version": "1.0.0",
"description": "The aksw.org webpage",
"main": "_site/index.html",
"dependencies": {
"loading-attribute-polyfill": "^1.5.4"
},
"devDependencies": {
"bulma": "^0.9.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.6.0",
"mini-css-extract-plugin": "^2.5.3",
"sass": "^1.49.8",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production"
},
"author": "Natanael Arndt <arndtn@gmail.com>",
"license": "GPL-3.0-or-later"
}