-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 918 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
{
"name": "polygas",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "rm -rf node_modules/.cache && next build && next export && touch out/.nojekyll && echo \"polygas.org\" >> out/CNAME && git add out/ && git commit -m \"Deploy Next.js to gh-pages\" && git subtree push --prefix out origin gh-pages"
},
"dependencies": {
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.1.0",
"chart.js": "3.3.2",
"clsx": "^1.1.1",
"next": "10.0.4",
"postcss": "^8.2.1",
"react": "17.0.1",
"react-chartjs-2": "3.0.3",
"react-dom": "17.0.1",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"typescript": "^4.1.3"
},
"description": "## Usage",
"main": "next.config.js",
"author": "puf17640",
"license": "ISC"
}