-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "dyslex-editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack --mode=production",
"serve": "webpack serve --mode=development"
},
"private": true,
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.2.2",
"compression-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.2.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.5",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"autoprefixer": "^10.4.0",
"copy-webpack-plugin": "^10.0.0",
"cropperjs": "^1.5.13",
"exif-js": "^2.3.0",
"html-webpack-plugin": "^5.5.0",
"js-confetti": "^0.11.0",
"open-dyslexic": "^1.0.3",
"postcss": "^8.3.11",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.0",
"quill": "^1.3.7",
"style-loader": "^3.3.1",
"tailwindcss": "^2.2.19",
"tesseract.js": "^4.0.2",
"url-loader": "^4.1.1"
}
}