-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
44
45
{
"name": "frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"smallgit": "git add . && git commit -m x && git push"
},
"dependencies": {
"@material-ui/styles": "^4.10.0",
"@next/bundle-analyzer": "^9.4.4",
"@now/next": "^2.6.2",
"@tippy.js/react": "^3.1.1",
"@types/firebase": "^3.2.1",
"@types/next": "^9.0.0",
"@types/react-helmet": "^6.0.0",
"@types/spotify-web-api-js": "^0.21.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"babel-plugin-inline-react-svg": "^1.1.1",
"dotenv": "^8.2.0",
"firebase": "^7.14.6",
"jimp": "^0.13.0",
"next": "^9.5.4",
"next-images": "^1.4.0",
"next-offline": "^5.0.2",
"now": "^19.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "^6.0.0",
"styled-components": "^5.1.1",
"tippy.js": "^6.2.3",
"url-loader": "^4.1.0"
},
"devDependencies": {
"@types/node": "^14.0.9",
"@types/react": "^16.9.35",
"@types/styled-components": "^5.1.0",
"babel-plugin-styled-components": "^1.10.7",
"svg-inline-loader": "^0.8.2",
"typescript": "^3.9.3"
}
}