-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 957 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
36
37
38
39
{
"name": "use-count-up-site",
"private": true,
"version": "1.0.0",
"description": "Demo site for the use-count-up package",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vydimitrov/use-count-up-site.git"
},
"keywords": [
"use-count-up"
],
"author": "Vasil Dimitrov",
"license": "MIT",
"bugs": {
"url": "https://github.com/vydimitrov/use-count-up-site/issues"
},
"homepage": "https://github.com/vydimitrov/use-count-up-site#readme",
"dependencies": {
"autoprefixer": "^10.2.5",
"next": "10.2.0",
"node-fetch": "2.6.1",
"postcss": "^8.2.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-waypoint": "9.0.3",
"tailwindcss": "^2.1.2",
"unfetch": "4.2.0",
"use-count-up": "2.3.1",
"use-elapsed-time": "2.1.7"
}
}