-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
92 lines (92 loc) · 3.02 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "date-fns.org",
"version": "3.0.0",
"engines": {
"node": "20"
},
"scripts": {
"lint": "tslint './src/**/*.{ts,tsx}' --project tsconfig.json -c tslint.yaml",
"format": "prettier --write",
"build": "rm -rf build && env NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.config.firebase.ts && ./scripts/build/robots.sh && ./scripts/build/packageJSON.js",
"deploy": "firebase deploy",
"logs": "firebase functions:log",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'src/**/test.ts'",
"start": "env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development tsx devServer.ts"
},
"dependencies": {
"@date-fns/docs": "0.33.0",
"@sentry/browser": "^5.30.0",
"@sentry/tracing": "^5.30.0",
"@switcher/preact": "^2.3.0",
"@types/assets-webpack-plugin": "^7.1.0",
"@types/cors": "^2.8.7",
"@types/enzyme": "^3.10.8",
"@types/lodash": "^4.14.167",
"@types/mocha": "^8.2.0",
"@types/node": "20",
"@types/power-assert": "^1.5.3",
"@types/prismjs": "^1.16.3",
"@types/remarkable": "^2.0.0",
"@types/webpack-hot-middleware": "^2.25.9",
"@types/webpack-node-externals": "^2.5.3",
"@typesaurus/preact": "^6.0.1",
"@vanilla-extract/css": "^1.9.2",
"@vanilla-extract/webpack-plugin": "^2.2.0",
"assets-webpack-plugin": "^7.1.1",
"body-parser": "^1.19.0",
"classnames": "^2.3.2",
"copy-webpack-plugin": "11",
"cors": "^2.8.5",
"css-loader": "6",
"date-fns": "^2.16.1",
"enzyme": "^3.11.0",
"enzyme-adapter-preact-pure": "2",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"firebase": "^10.13.1",
"firebase-admin": "^12.4.0",
"firebase-functions": "^6.0.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^4.3.0",
"isomorphic-fetch": "^2.2.1",
"json-bond": "^0.1.0",
"lint-staged": "^10.3.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^2.9.1",
"mocha": "^8.2.1",
"null-loader": "^4.0.1",
"power-assert": "^1.6.1",
"preact": "^10.23.2",
"preact-render-to-string": "^6.5.10",
"prettier": "2.1.1",
"prismjs": "^1.23.0",
"remarkable": "^2.0.1",
"reset.css": "^2.0.2",
"style-loader": "3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslint": "~6.1.3",
"typedoc": "^0.26.7",
"typeroo": "^0.9.0",
"typesaurus": "^10.7.0",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "6",
"webpack-hot-middleware": "^2.26.1",
"webpack-merge": "5",
"webpack-node-externals": "^3.0.0",
"yarn": "^1.22.10"
},
"prettier": {
"singleQuote": true,
"semi": false
},
"devDependencies": {
"firebase-tools": "^13.16.0",
"tsx": "^4.19.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}