-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.36 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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.10.4",
"@class101/ui": "^8.5.0",
"@next/bundle-analyzer": "^10.0.0",
"@svgr/webpack": "^5.4.0",
"@types/classnames": "^2.2.10",
"@types/js-cookie": "^2.2.6",
"@types/jsonwebtoken": "^8.5.0",
"@types/markdown-it": "^10.0.2",
"@types/react-fade-in": "^0.1.0",
"@types/react-syntax-highlighter": "^11.0.5",
"@types/react-toastify": "^4.1.0",
"@types/styled-components": "^5.1.4",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^10.0.1",
"axios": "^0.21.1",
"babel-loader": "^8.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"classnames": "^2.2.6",
"cogo-toast": "^4.2.3",
"copy-webpack-plugin": "^6.2.1",
"core-decorators": "^0.20.0",
"extract-text-webpack-plugin": "^3.0.2",
"firebase": "^7.22.0",
"highlight.js": "^10.4.1",
"js-cookie": "^2.2.1",
"js-sha512": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"markdown-it": "^11.0.1",
"metro-react-native-babel-preset": "^0.63.0",
"mobx": "^5.15.6",
"mobx-react": "^6.3.0",
"moment": "^2.27.0",
"next": "latest",
"next-compose": "^0.0.2",
"next-compose-plugins": "^2.2.0",
"next-cookies": "^2.0.3",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-content-loader": "^5.1.2",
"react-dom": "^16.12.0",
"react-fade-in": "^1.1.0",
"react-icons": "^3.11.0",
"react-markdown": "^4.3.1",
"react-markdown-editor-lite": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.9.0",
"react-syntax-highlighter": "^13.5.3",
"save": "^2.4.0",
"secure-ls": "^1.2.6",
"styled-components": "^5.2.0",
"sweetalert2": "^10.0.2",
"time-counting": "^1.0.7",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.4",
"cross-env": "^7.0.2",
"typescript": "4.0"
},
"license": "MIT"
}