-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.81 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
{
"name": "FinalEarthLink",
"version": "1.2.0",
"description": "A browser extension for the Final Earth browser game.",
"repository": "https://github.com/TotallyNot/fe_ext.git",
"scripts": {
"build": "webpack --config webpack.prod.ts",
"dev": "webpack --config webpack.dev.ts",
"watch": "webpack -w --config webpack.dev.ts"
},
"author": "Pyrit [2111649]",
"license": "BSD-3-Clause",
"devDependencies": {
"@types/copy-webpack-plugin": "^6.4.1",
"@types/terser-webpack-plugin": "^5.0.3",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"copy-webpack-plugin": "^8.1.1",
"eslint": "^7.16.0",
"file-loader": "^6.2.0",
"license-webpack-plugin": "^2.3.16",
"prettier": "^1.19.1",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"typescript-eslint-language-service": "^4.1.2",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"webpack-env": "^0.8.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@cycle/dom": "^22.8.0",
"@cycle/history": "^7.4.0",
"@cycle/http": "^15.4.0",
"@cycle/isolate": "^5.2.0",
"@cycle/run": "^5.5.0",
"@cycle/rxjs-run": "^10.5.0",
"@cycle/state": "^1.4.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"csstips": "^1.2.0",
"csx": "^10.0.2",
"cyclejs-utils": "^4.0.2",
"funtypes": "^3.0.1",
"immer": "^8.0.1",
"pouchdb-adapter-idb": "^7.2.2",
"rxdb": "^9.15.0",
"rxjs": "^6.6.3",
"switch-path": "^1.2.0",
"symbol-observable": "^1.2.0",
"typestyle": "^2.1.0",
"uuid": "^8.1.0",
"webextension-polyfill-ts": "^0.22.0",
"webpack-copy-plugin": "^0.0.4",
"xstream": "^11.14.0"
},
"resolutions": {
"object-path": "^0.11.5",
"node-fetch": "^2.6.1"
}
}