-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1000 Bytes
/
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
{
"name": "@tiltshift/config",
"version": "2.1.0",
"repository": "https://github.com/tiltshift/config.git",
"author": "Chris Drackett",
"license": "MIT",
"files": [
"prettier.config.json",
"eslint.config.js"
],
"exports": {
"./prettier": "./prettier.config.json",
"./eslint": "./eslint.config.js"
},
"type": "module",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-7c8e5e7a-20241101",
"eslint-plugin-valtio": "^0.6.4",
"prettier": "^3.3.3",
"typescript-eslint": "^8.12.2"
},
"dependencies": {
"typescript": "^5.6.3"
},
"volta": {
"node": "22.11.0",
"yarn": "4.5.1"
},
}