-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 1.74 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"babel": {
"presets": [
"module:metro-react-native-babel-preset"
],
"env": {
"production": {}
},
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"transform-inline-environment-variables",
{
"include": [
"NODE_ENV",
"API"
]
}
],
[
"@babel/plugin-proposal-optional-catch-binding"
]
]
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.10.5",
"@class101/ui": "^8.5.0",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.10",
"@types/core-decorators": "^0.20.0",
"@types/react-router-dom": "^5.1.5",
"@types/react-toastify": "^4.1.0",
"@types/styled-components": "^5.1.3",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.20.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"classnames": "^2.2.6",
"core-decorators": "^0.20.0",
"js-sha512": "^0.8.0",
"jsonwebtoken": "^8.5.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-images": "^1.4.1",
"node-sass": "^4.14.1",
"react": "^16.12.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.12.0",
"react-icons": "^3.11.0",
"react-notifications": "^1.6.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^6.0.8",
"secure-ls": "^1.2.6",
"styled-components": "^5.2.0",
"sweetalert2": "^10.0.1",
"time-counting": "^1.0.6"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"typescript": "4.0"
},
"license": "MIT"
}