-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
35 lines (35 loc) · 901 Bytes
/
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
{
"name": "streak.club",
"version": "1.0.0",
"description": "a place for creative streaks",
"repository": {
"type": "git",
"url": "git+https://github.com/leafo/streak.club.git"
},
"author": "Leaf Corcoran <[email protected]>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/leafo/streak.club/issues"
},
"homepage": "https://streak.club",
"dependencies": {
"classnames": "^2.3.2",
"coffeescript": "^2.7.0",
"commonmark": "^0.30.0",
"create-react-class": "^15.7.0",
"d3": "^7.8.1",
"dayjs": "^1.11.7",
"esbuild": "^0.19.11",
"eslint": "^8.31.0",
"jquery": "^3.6.3",
"jstz": "^2.1.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom-factories": "^1.0.2",
"selectize": "^0.12.6",
"turndown": "^7.1.1",
"typed.js": "^2.0.12",
"underscore": "^1.13.6"
}
}