30 lines
762 B
JSON
30 lines
762 B
JSON
{
|
|
"name": "isdefoobaropen.nl",
|
|
"version": "1.0.0",
|
|
"description": "Source code for isdefoobaropen.nl",
|
|
"main": "index.js",
|
|
"repository": "gitea@git.bertptrs.nl:bert/isdefoobaropen.nl.git",
|
|
"author": "Bert Peters <bert@bertptrs.nl>",
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"three": "^0.102.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.4.9",
|
|
"css-loader": "^2.1.0",
|
|
"node-sass": "^4.11.0",
|
|
"postcss": "^7.0.14",
|
|
"postcss-loader": "^3.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"source-map": "^0.7.3",
|
|
"style-loader": "^0.23.1",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.2.3"
|
|
},
|
|
"scripts": {
|
|
"watch": "webpack --mode=development --watch",
|
|
"serve": "php -S 127.0.0.1:8000 -t public"
|
|
}
|
|
}
|