-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "@wixc3/core3-playground",
"version": "1.0.0",
"description": "Playground to test various stuff...",
"private": true,
"type": "module",
"scripts": {
"build": "node scripts/build.js",
"start": "node scripts/build.js --watch",
"test": "npm run typecheck && npm run lint && npm run build",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"prettify": "prettier --write ."
},
"dependencies": {
"@ampproject/remapping": "^2.3.0",
"@file-services/commonjs": "^9.4.1",
"@file-services/path": "^9.4.1",
"@wixc3/postcss-modules": "^6.1.1",
"idb": "^8.0.1",
"js-base64": "^3.7.7",
"mime": "^4.0.6",
"monaco-editor": "^0.52.2",
"postcss": "^8.4.49",
"postcss-scss": "^4.0.9",
"postcss-value-parser": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
"@types/node": "20",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/wicg-file-system-access": "^2023.10.5",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"open": "^10.1.0",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"type-fest": "^4.30.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.2"
},
"keywords": [],
"author": "Wix.com",
"license": "MIT"
}