-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.58 KB
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
54
55
{
"name": "babel-plugin-twrnc-extract",
"version": "0.0.7",
"author": "makaronma",
"description": "Use className in your React Native project with twrnc",
"keywords": [
"babel",
"babel-plugin",
"react-native",
"tailwind"
],
"license": "MIT",
"files": ["dist"],
"main": "dist/index.js",
"types": "./types/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/makaronma/babel-plugin-twrnc-extract"
},
"scripts": {
"dev": "node scripts/build.js -watch",
"test": "jest",
"test:watch": "jest --watch",
"clean": "rimraf dist coverage",
"build": "node scripts/build.js",
"prepublish": "pnpm test && pnpm build"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/eslint-plugin": "^7.19.1",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-syntax-typescript": "^7.18.6",
"@babel/plugin-transform-typescript": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/babel-plugin-syntax-jsx": "^6.18.0",
"@types/babel-plugin-tester": "^9.0.5",
"@types/babel__core": "^7.1.19",
"@types/dedent": "^0.7.0",
"@types/jest": "^29.1.1",
"@types/node": "^18.7.23",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-plugin-tester": "^10.1.0",
"dedent": "^0.7.0",
"esbuild": "^0.15.10",
"eslint": "^8.26.0",
"jest": "^29.1.2",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}