forked from tailwindlabs/tailwindcss-jit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 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
51
52
53
{
"name": "@tailwindcss/jit",
"version": "0.1.18",
"license": "MIT",
"main": "src/index.js",
"repository": "https://github.com/tailwindlabs/tailwindcss-jit",
"scripts": {
"test": "cross-env TAILWIND_MODE=build jest"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"dependencies": {
"chokidar": "^3.5.1",
"dlv": "^1.1.3",
"fast-glob": "^3.2.5",
"lodash.topath": "^4.5.2",
"normalize-path": "^3.0.0",
"object-hash": "^2.1.1",
"parse-glob": "^3.0.4",
"postcss-selector-parser": "^6.0.4",
"quick-lru": "^5.1.1"
},
"peerDependencies": {
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"autoprefixer": "^10.2.4",
"cross-env": "^7.0.3",
"jest": "^26.6.3",
"postcss": "^8.2.6",
"postcss-cli": "^8.3.1",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.3"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/tests/_customMatchers.js"
]
},
"browserslist": [
"> 1%",
"not edge <= 18",
"not safari <= 13",
"not ie 11",
"not op_mini all"
]
}