-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "expo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"autoprefixer": "^10.2.1",
"gray-matter": "^4.0.2",
"next": "^12.1.6",
"postcss": "^8.4.14",
"react": "17.0.1",
"react-background-video-player": "^1.1.6",
"react-dom": "17.0.1",
"react-twitch-stream": "^1.0.4",
"react-waypoint": "^9.0.3",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.11",
"@types/react": "^17.0.0",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.15.0",
"eslint-config-airbnb-typescript-prettier": "^4.1.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unused-imports": "^1.0.1",
"prettier": "^2.2.1",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^3.1.3",
"typescript": "^4.1.2"
}
}