cs_homework09/package.json

27 lines
651 B
JSON
Raw Normal View History

2019-12-19 14:47:21 +01:00
{
"name": "hm9-intro-to-comp-sci",
"version": "0.0.1",
"description": "Newspaper mockup",
2019-12-19 15:21:51 +01:00
"main": "src/index.html",
2019-12-19 14:47:21 +01:00
"scripts": {
2019-12-19 15:21:51 +01:00
"dev": "parcel src/index.html",
2019-12-20 18:17:37 +01:00
"build": "parcel build src/index.html --public-url /mockup",
2019-12-19 14:47:21 +01:00
"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",
2019-12-19 15:21:51 +01:00
"license": "MIT",
"devDependencies": {
2019-12-20 18:17:37 +01:00
"cssnano": "^4.1.10",
"sass": "^1.23.7",
2019-12-19 15:21:51 +01:00
"typescript": "^3.7.3"
},
"dependencies": {
"autoprefixer": "^9.7.3",
"postcss-modules": "^1.4.1"
}
2019-12-19 14:47:21 +01:00
}