-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@heroicons/react": "^1.0.0",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"d3-request": "^1.0.6",
"dotenv": "^8.2.0",
"mapbox-gl": "^1.12.0",
"next": "^10.1.2",
"next-images": "^1.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-gif-player": "^0.4.2",
"react-hide-on-scroll": "^1.1.3",
"react-map-gl": "^5.2.8",
"react-mapbox-gl": "^4.8.6",
"react-spring": "^9.0.0",
"react-ticker": "^1.2.2",
"scroll-data-hook": "^1.0.4",
"tailwindcss": "^2.0.3"
},
"description": "This is a starter template for [Learn Next.js](https://nextjs.org/learn).",
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/uptous2020/site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/uptous2020/site/issues"
},
"homepage": "https://github.com/uptous2020/site#readme"
}