-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 892 Bytes
/
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
{
"name": "duplicated-css-selectors",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest run"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"css-tree": "^2.3.1",
"fast-glob": "^3.2.12",
"glob": "^9.2.1",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"sass": "^1.58.2",
"set-fns": "^1.0.0"
},
"devDependencies": {
"@types/css-tree": "^2.3.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-plugin-clean": "git+https://github.com/andriyor/eslint-plugin-clean.git",
"jest": "^29.5.0",
"jest-environment-node-single-context": "^29.0.0",
"prettier": "2.8.4",
"typescript": "^4.9.5",
"vitest": "^0.32.2"
}
}