forked from signalstickers/signalstickers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.33 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "signalstickers",
"private": true,
"version": "1.0.0",
"description": "A gallery of stickers for Signal, the secure messenger!",
"contributors": [
{
"name": "Romain Ricard",
"url": "https://romainricard.fr/"
}
],
"license": "WTFPL",
"homepage": "https://signalstickers.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/signalstickers/signalstickers.git"
},
"bugs": {
"url": "https://github.com/signalstickers/signalstickers/issues"
},
"scripts": {
"lint": "nps lint",
"lint:fix": "nps lint.fix",
"test": "nps test",
"build": "nps build",
"prepare": "nps prepare",
"start": "nps start",
"help": "nps --scripts"
},
"dependencies": {
"@signalstickers/stickers-client": "^1.0.1",
"axios": "^0.19.2",
"bytes": "^3.1.0",
"core-js": "^3.6.5",
"debounce-fn": "^4.0.0",
"formik": "^2.1.5",
"fuse.js": "^6.4.1",
"image-type": "^4.1.0",
"js-yaml": "^3.14.0",
"linaria": "^1.3.3",
"localforage": "^1.9.0",
"modernizr": "^3.11.3",
"p-queue": "^6.6.0",
"p-throttle": "^3.1.0",
"p-wait-for": "^3.1.0",
"polished": "^3.6.5",
"query-string": "^6.13.1",
"ramda": "^0.27.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-linkify": "^1.0.0-alpha",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.0.0",
"react-scroll-percentage": "^4.2.0",
"react-syntax-highlighter": "^13.2.1",
"react-waypoint": "^9.0.3",
"use-async-effect": "^2.2.2",
"use-breakpoint": "^1.1.2",
"webp-hero": "0.0.0-dev.24"
},
"devDependencies": {
"@darkobits/ts-unified": "^5.2.1",
"@hot-loader/react-dom": "^16.13.0",
"@signalstickers/fetch-sticker-data-webpack-plugin": "^1.0.0",
"@svgr/webpack": "^5.4.0",
"@types/bootstrap": "^4.5.0",
"@types/bytes": "^3.1.0",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/friendly-errors-webpack-plugin": "^0.1.1",
"@types/html-webpack-plugin": "^3.2.3",
"@types/jest": "^26.0.8",
"@types/jquery": "^3.5.1",
"@types/js-yaml": "^3.12.5",
"@types/mini-css-extract-plugin": "^0.9.1",
"@types/modernizr": "^3.5.3",
"@types/node": "^14.0.27",
"@types/ramda": "^0.27.14",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@types/react-linkify": "^1.0.0",
"@types/react-router-dom": "^5.1.5",
"@types/react-router-hash-link": "^1.2.1",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/webpack": "^4.41.18",
"@types/webpack-dev-server": "^3.11.0",
"ajv": "^6.12.3",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.2.0",
"eslint-loader": "^4.0.2",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.9.0",
"modernizr-loader": "^1.0.1",
"preload-webpack-plugin": "^3.0.0-beta.3",
"raw-loader": "^4.0.1",
"react-hot-loader": "^4.12.21",
"style-loader": "^1.2.1",
"typescript-styled-plugin": "^0.15.0",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}