-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 949 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": "squoosh-desktop-app-website",
"version": "1.0.0",
"description": "Website for the Squoosh Desktop App project",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"now-build": "next build && next export -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matiasbenedetto/squoosh-desktop-app-website.git"
},
"keywords": [
"Squoosh",
"Website",
"JavaScript"
],
"author": "Matias Benedetto <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/matiasbenedetto/squoosh-desktop-app-website/issues"
},
"homepage": "https://github.com/matiasbenedetto/squoosh-desktop-app-website#readme",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"bulma": "^0.7.5",
"next": "^9.0.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}