-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.43 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
{
"name": "transit-easy",
"displayName": "TransitEasy",
"version": "1.2.0",
"description": "Chrome Extension that allows you to see transit directions for listings on StreetEasy",
"license": "MIT",
"scripts": {
"dev": "vite build -w",
"build": "vite build",
"lint": "eslint . --fix -c .eslintrc --ext js,ts --ignore-pattern='!.*'",
"dev:nodemon": "nodemon",
"build:noemit": "tsc --noEmit && vite build"
},
"type": "module",
"dependencies": {
"@hope-ui/solid": "^0.6.7",
"@stitches/core": "^1.2.8",
"solid-js": "^1.7.5",
"solid-transition-group": "^0.2.2"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.17",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/chrome": "0.0.235",
"@types/node": "20.1.0",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"autoprefixer": "^10.4.14",
"babel-preset-solid": "^1.7.4",
"eslint": "8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-solid": "0.12.1",
"eslint-plugin-tailwindcss": "^3.11.0",
"fs-extra": "11.1.1",
"nodemon": "2.0.22",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite-plugin-solid": "^2.7.0"
}
}