-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"scripts": {
"compile": "sass src/styles/style.scss src/dist/style.css",
"prod": "postcss src/dist/style.css -o src/dist/style.min.css",
"lint": "stylelint \"**/*.scss\" --fix ",
"format:scss": "prettier --write src/styles/style.scss",
"node-sass": "node-sass -w scss/ -o css/ --recursive",
"test": "jest --reporters=jest-junit",
"build": "echo \"Dummy build script for Autocode\""
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@fullhuman/postcss-purgecss": "^5.0.0",
"html-validate": "^8.7.4",
"jest": "29.7",
"jest-junit": "^13.2.0",
"jsdom": "^19.0.0",
"parse-gitignore": "^2.0.0",
"postcss-cli": "^11.0.0",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0"
},
"jest-junit": {
"suiteName": "junit test results",
"outputDirectory": ".",
"outputName": "junit.xml"
},
"name": "final-main",
"description": "## Task Requirements",
"version": "1.0.0",
"main": "babel.config.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://autocode.git.epam.com/raxmon_mamadiyorov/final.git"
},
"author": "Raxmon Mamadiyorov | bekzotovich.uz",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.3",
"node-sass": "^9.0.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"sass": "^1.70.0"
}
}