forked from getcursor/cursor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.69 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"homepage": "https://cursor.so",
"name": "cursor",
"author": {
"name": "Cursor AI, Inc.",
"email": "[email protected]"
},
"productName": "Cursor",
"version": "0.1.11",
"description": "Cursor is an AI-first coding environment.",
"main": ".webpack/main",
"scripts": {
"fix": "eslint --ext .ts,.tsx --fix .",
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint --ext .ts,.tsx .",
"knip": "knip",
"make": "electron-forge make",
"package": "electron-forge package",
"precommit": "pretty-quick --staged",
"prepare": "cd .. && husky install .husky",
"start": "electron-forge start",
"test": "jest",
"todesktop:beforeInstall": "./scripts/beforeInstall.js"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@electron-forge/cli": "^6.0.4",
"@electron-forge/maker-deb": "^6.0.4",
"@electron-forge/maker-rpm": "^6.0.4",
"@electron-forge/maker-squirrel": "^6.0.4",
"@electron-forge/maker-zip": "^6.0.4",
"@electron-forge/plugin-webpack": "^6.0.4",
"@types/adm-zip": "^0.5.0",
"@types/diff": "^5.0.2",
"@types/jest": "^29.2.6",
"@types/lodash": "^4.14.192",
"@types/markdown-it": "^12.2.3",
"@types/node-gzip": "^1.1.0",
"@types/tar": "^6.1.4",
"@types/targz": "^1.0.1",
"@types/uuid": "^9.0.0",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.57.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"css-loader": "^6.7.2",
"electron": "22.0.0",
"electron-devtools-installer": "^3.2.0",
"electron-winstaller": "^5.1.0",
"eslint": "^8.36.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"knip": "^2.2.3",
"node-loader": "^2.0.0",
"postcss": "^8.4.20",
"postcss-loader": "^7.0.2",
"prettier": "2.8.4",
"pretty-quick": "^3.1.3",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/commands": "^6.2.1",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.0.1",
"@codemirror/lang-html": "^6.4.0",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.3.3",
"@codemirror/language": "^6.3.1",
"@codemirror/language-data": "^6.2.0",
"@codemirror/merge": "^0.1.3",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.7.1",
"@electron-forge/publisher-github": "^6.0.4",
"@electron/remote": "^2.0.9",
"@fortawesome/fontawesome-pro": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/pro-regular-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/sharp-solid-svg-icons": "^6.2.1",
"@headlessui/react": "^1.7.7",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.4",
"@reduxjs/toolkit": "^1.9.1",
"@replit/codemirror-css-color-picker": "^6.0.0",
"@replit/codemirror-emacs": "^6.0.0",
"@todesktop/runtime": "^1.2.1",
"@types/node": "^18.11.17",
"@types/node-fetch": "^2.6.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-modal": "^3.13.1",
"@uiw/codemirror-theme-vscode": "^4.19.4",
"@uiw/codemirror-themes-all": "^4.19.4",
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
"adm-zip": "^0.5.10",
"await-semaphore": "^0.1.3",
"classnames": "^2.3.2",
"crelt": "^1.0.5",
"diff": "^5.1.0",
"electron-log": "^4.4.8",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"fix-path": "^4.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"node-fetch": "^3.3.0",
"node-gzip": "^1.1.2",
"node-machine-id": "^1.1.12",
"node-pty": "^0.10.1",
"posthog-js": "^1.50.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropdown": "^1.11.0",
"react-markdown": "^8.0.5",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"reselect": "^4.1.7",
"style-mod": "^4.0.2",
"tar": "^6.1.13",
"targz": "^1.0.1",
"uuid": "^9.0.0",
"vscode-jsonrpc": "^8.1.0",
"vscode-languageserver-protocol": "^3.17.3",
"vscode-uri": "^3.0.7",
"watcher": "^2.2.2",
"webpack": "^5.75.0",
"xterm": "^4.19.0",
"xterm-addon-search": "^0.9.0",
"xterm-addon-web-links": "^0.6.0"
}
}