-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "codewich",
"version": "2.0.0",
"description": "Create and share simple web demos. Prototype new ideas quickly.",
"license": "Apache-2.0",
"dependencies": {
"@types/pako": "^2.0.1",
"loop-protect": "^2.1.6",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"concurrently": "^8.2.1",
"eslint": "^8.52.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"firebase-tools": "^12.7.0",
"parcel": "^2.10.0",
"process": "^0.11.10",
"typescript": "^5.2.2",
"gts": "^5.2.0",
"@types/node": "20.8.2"
},
"browserslist": [
"since 2023-10"
],
"scripts": {
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
}
}