-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.16 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"format": "prettier --ignore-path ./.gitignore --write \"./**/*.{html,json,js,ts,css}\"",
"format:check": "prettier --ignore-path ./.gitignore --check \"./**/*.{html,json,js,ts,css}\"",
"lint": "next lint",
"lint:check": "eslint --ignore-path ./.gitignore --quiet \"./**/*.{js,ts}\""
},
"dependencies": {
"@next/bundle-analyzer": "^10.2.3",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-scroll": "^1.8.2",
"babel-register": "^6.26.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"feather-icons": "^4.28.0",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"markdown-to-jsx": "^6.11.4",
"netlify-identity-widget": "^1.9.1",
"next": "*",
"next-compose-plugins": "^2.2.0",
"path": "^0.12.7",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1",
"prism-react-renderer": "^1.1.1",
"react": "*",
"react-content-loader": "^5.1.3",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "*",
"react-feather": "^2.0.8",
"react-loading-skeleton": "^2.1.1",
"react-scroll": "^1.8.1",
"react-twitter-widgets": "^1.9.5",
"react-youtube": "^7.13.0",
"remark": "^14.0.2",
"remark-emoji": "^2.1.0",
"remark-footnotes": "^2.0.0",
"remark-html": "^13.0.2",
"remark-images": "^2.0.0",
"remark-math": "^3.0.1",
"remark-slug": "^6.0.0",
"remark-toc": "^7.0.0",
"simple-functional-loader": "^1.2.1",
"universal-config": "^0.3.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@types/node": "^14.14.0",
"@types/react": "^16.9.53",
"@types/youtube": "0.0.38",
"eslint": "^7.11.0",
"eslint-config-next": "12.0.3",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gray-matter": "^4.0.2",
"next-images": "^1.6.0",
"postcss-preset-env": "^7.0.1",
"tailwindcss": "*",
"typescript": "*"
}
}