-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 904 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 904 Bytes
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
{
"name": "stackshifter",
"version": "1.0.13",
"readme": "README-npm.md",
"license": "MIT",
"author": "Aditya Sharma, Abhinav Verma",
"contributors": [
"Aditya Sharma",
"Abhinav Verma"
],
"description": "Convert JSX to TSX and React to Next.js migrations",
"type": "module",
"bin": {
"stackshifter": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@babel/core": "^7.26.10",
"@babel/generator": "^7.27.0",
"@babel/parser": "^7.27.0",
"@babel/traverse": "^7.27.4",
"@babel/types": "^7.27.0",
"commander": "^14.0.0",
"framer-motion": "^12.23.12",
"fs": "^0.0.1-security",
"fs-extra": "^11.3.0",
"globby": "^14.1.0",
"jscodeshift": "^17.3.0",
"path": "^0.12.7",
"postcss": "^8.5.3",
"postcss-safe-parser": "^7.0.1",
"typescript": "^5.8.2"
}
}