-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
58 lines (58 loc) · 1.53 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
52
53
54
55
56
57
58
{
"name": "opendyslexic-for-chrome",
"description": "Format pages using the OpenDyslexic font and low contrast help.",
"author": "Robert James Gabriel ",
"license": "ISC",
"contributors": [
{
"name": "Abbie Gonzalez",
"email": ""
},
{
"name": "Robert James Gabriel",
"email": "[email protected]"
}
],
"scripts": {
"format": "prettier --ignore-path ./config/.prettierignore --write .",
"package": "npm run build && gulp package",
"chrome": "browser=chrome webpack ",
"edge": "browser=edge webpack ",
"firefox": "browser=firefox webpack",
"clean": "rm -rf ./dist && rm -rf ./build",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"build": "npm run clean && npm run chrome"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@meforma/vue-toaster": "^1.3.0",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html2canvas": "^1.4.1",
"jest": "^29.6.1",
"postcss": "^8.4.26",
"postcss-loader": "^7.3.3",
"prettier": "3.0.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.3",
"stylus-loader": "^7.1.3",
"tailwindcss": "^3.3.3",
"vue-loader": "^17.2.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"babel-jest": "^29.6.1",
"daisyui": "^3.1.6",
"toastify-js": "^1.12.0",
"ts-jest": "^29.1.1",
"vue": "^3.3.4",
"vue-loader": "^17.2.2"
}
}