27 lines
651 B
JSON
27 lines
651 B
JSON
{
|
|
"name": "hm9-intro-to-comp-sci",
|
|
"version": "0.0.1",
|
|
"description": "Newspaper mockup",
|
|
"main": "src/index.html",
|
|
"scripts": {
|
|
"dev": "parcel src/index.html",
|
|
"build": "parcel build src/index.html --public-url /mockup",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.wmi.amu.edu.pl:s452490/cs_homework09.git"
|
|
},
|
|
"author": "Jakub Koralewski",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"cssnano": "^4.1.10",
|
|
"sass": "^1.23.7",
|
|
"typescript": "^3.7.3"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^9.7.3",
|
|
"postcss-modules": "^1.4.1"
|
|
}
|
|
}
|