forked from aminomancer/uc.css.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.57 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
{
"name": "uc.css.js",
"description": "This package file is for node modules used in uc.css.js",
"repository": {},
"license": "CC BY-NC-SA 4.0",
"scripts": {
"build": "parcel build --no-content-hash"
},
"targets": {
"aboutuserchrome": {
"source": "./resources/aboutuserchrome/src/aboutuserchrome.html",
"distDir": "./resources/aboutuserchrome/",
"publicUrl": "chrome://userchrome/content/aboutuserchrome/",
"context": "browser",
"sourceMap": false
}
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/eslint-parser": "~7.19.1",
"@babel/eslint-plugin": "~7.19.1",
"@babel/plugin-syntax-jsx": "~7.18.6",
"@parcel/transformer-sass": "^2.8.2",
"buffer": "^5.7.1",
"eslint": "~8.29.0",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-fetch-options": "~0.0.5",
"eslint-plugin-file-header": "~0.0.1",
"eslint-plugin-html": "~7.1.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jest": "~23.20.0",
"eslint-plugin-jsdoc": "~39.6.4",
"eslint-plugin-jsx-a11y": "~6.6.1",
"eslint-plugin-mozilla": "^3.0.1",
"eslint-plugin-no-unsanitized": "~4.0.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "~7.29.4",
"eslint-plugin-react-hooks": "~4.6.0",
"fuzzbunny": "^1.0.1",
"jsdoc": "4.0.0",
"parcel": "^2.8.2",
"parcel-namer-hashless": "^1.0.3",
"prettier": "~1.19.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"remark-breaks": "^3.0.2"
}
}