-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1012 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
36
37
38
{
"name": "mattfreydotdev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"cicd": "next build && next export"
},
"author": "Matthew Frey <[email protected]>",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.6",
"detect-node": "^2.0.4",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"styled-components": "^5.2.0",
"styled-reset": "^4.2.3"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/detect-node": "^2.0.0",
"@types/next": "^9.0.0",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.3",
"babel-plugin-styled-components": "^1.11.1",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.0.3"
}
}