-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.62 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.62 KB
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
{
"name": "cxjs-tailwind-template",
"version": "1.0.0",
"description": "A sample application demoing integration of CxJS and Tailwind CSS.",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config config/webpack.dev.js --open",
"build": "webpack --config config/webpack.prod.js",
"analyze": "webpack --config config/webpack.analyze.js",
"check-types": "tsc --noEmit"
},
"keywords": [],
"author": "Marko Stijak",
"license": "MIT",
"dependencies": {
"@heroicons/react": "^2.2.0",
"@types/webpack-env": "^1.18.8",
"casual": "^1.6.2",
"cx": "^26.3.4",
"cx-react": "^26.1.0",
"cx-scss-manifest-webpack-plugin": "^26.3.1",
"cx-theme-variables": "^26.3.3",
"prosemirror-example-setup": "^1.2.3",
"prosemirror-markdown": "^1.13.1",
"prosemirror-model": "^1.24.1",
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.38.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"regexparam": "^3.0.0",
"tailwindcss": "^4.1.18",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@swc/core": "^1.15.11",
"@swc/plugin-transform-imports": "^12.6.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/react": "19.2.14",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^7.0.4",
"devcert": "^1.2.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.6",
"inline-manifest-webpack-plugin": "^4.0.2",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.10.0",
"msw": "^2.12.10",
"office-addin-dev-certs": "^2.0.6",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.1",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.7",
"swc-minify-webpack-plugin": "^2.1.3",
"swc-plugin-transform-cx-imports": "^26.1.0",
"typescript": "^5.9.3",
"webpack": "^5.105.2",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3",
"webpack-merge": "^6.0.1"
},
"msw": {
"workerDirectory": [
"public"
]
},
"resolutions": {
"prosemirror-model": "1.24.1"
},
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
}