forked from Befeepilf/jest-styled-jsx-transformer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "jest-styled-jsx-transformer",
"version": "1.1.0",
"description": "Jest transformer for external CSS files used with styled-jsx",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Befeepilf/jest-styled-jsx-transformer.git"
},
"keywords": [
"testing",
"jest",
"jest-transformer",
"styled-jsx",
"css"
],
"author": "Befeepilf",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Befeepilf/jest-styled-jsx-transformer/issues"
},
"homepage": "https://github.com/Befeepilf/jest-styled-jsx-transformer#readme",
"dependencies": {
"@babel/core": "^7.10.5",
"deasync": "^0.1.20",
"styled-jsx": "^3.3.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@testing-library/react": "^11.2.6",
"jest": "^26.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}