-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 995 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 995 Bytes
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": "with-typescript-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/react-fontawesome": "^0.1.12",
"@types/lodash": "^4.14.165",
"@zeit/next-css": "^1.0.1",
"fontsource-ibm-plex-sans": "^3.0.9",
"fontsource-inter": "^3.0.5",
"lodash": "^4.17.20",
"next": "latest",
"next-transpile-modules": "^4.1.0",
"react": "^16.13.0",
"react-carbonbadge": "github:leinelissen/react-carbonbadge",
"react-dom": "^16.13.0",
"react-github-btn": "^1.2.0",
"react-spring": "^8.0.27",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@types/node": "12.0.12",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/styled-components": "5.0.1",
"babel-plugin-styled-components": "^1.10.0",
"typescript": "4.0"
},
"license": "MIT"
}