-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.18 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "tc-mod-loader",
"version": "1.2.0",
"description": "Browser modloader",
"scripts": {
"dev": "gulp",
"build": "gulp buildProd",
"dev-firefox": "BROWSER_ENV=firefox concurrently --prefix \"[{name}]\" --names \"GULP,WEBPACK\" -c \"bgBlack.bold,bgWhite.bold\" \"npm run dev\" \"npm run webpack\"",
"build-scripts": "webpack",
"build-scripts-prod": "NODE_ENV=production webpack",
"webpack": "webpack -w",
"test": "echo \"All test have passed\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@types/chrome": "^0.0.190",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.178",
"@types/react-dom": "^18.0.5",
"@types/semver": "^7.3.9",
"@types/styled-components": "^5.1.22",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"compress-str": "^1.0.2",
"del": "^6.0.0",
"eslint": "^8.9.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"express": "^4.17.3",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"lodash": "^4.17.21",
"process": "^0.11.10",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-spinners": "^0.12.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.6",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"uid": "^2.0.0",
"util": "^0.12.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/firefox-webext-browser": "^94.0.1",
"concurrently": "^7.5.0",
"file-saver": "^2.0.5",
"fs-extra": "^10.0.1",
"js-beautify": "^1.14.0",
"styled-component": "^2.8.0",
"zip-folder": "^1.0.0"
}
}