You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
nikita-tokarch-uk/package.json

24 lines
492 B

{
"name": "nikita-tokarch-uk",
"version": "1.0.0",
"description": "",
"private": true,
"author": "",
"scripts": {
"build": "webpack",
"watch": "webpack watch",
},
"license": "MIT",
"devDependencies": {
"css-loader": "^6.5.1",
"postcss-loader": "^6.2.0",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"webpack": "^5.63.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"dependencies": {
}
}