-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.71 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
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"static-export": "npm run build && npm run export",
"analyze": "ANALYZE=true npm run build",
"tslint-check": "tslint-config-prettier-check ./tslint.json"
},
"dependencies": {
"@next/bundle-analyzer": "^8.1.1-canary.70",
"@types/feather-icons": "^4.7.0",
"@types/next": "^8.0.7",
"@types/react": "^16.9.25",
"@types/react-bootstrap": "^0.32.20",
"@types/styled-components": "^4.4.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"axios": "^0.18.1",
"babel-plugin-styled-components": "^1.10.7",
"bootstrap": "^4.4.1",
"isomorphic-unfetch": "^3.0.0",
"jquery": "^3.5.0",
"nba-color": "^1.4.1",
"next": "^9.3.2",
"next-compose-plugins": "^2.2.0",
"next-images": "^1.3.1",
"preact": "^8.5.3",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-bootstrap-typeahead": "^4.1.0",
"react-dom": "^16.13.1",
"react-feather": "^1.1.6",
"react-popper": "^1.3.7",
"react-router-bootstrap": "^0.24.4",
"styled-components": "^4.4.1",
"throttle-debounce": "^2.1.0",
"url-loader": "^1.1.2"
},
"devDependencies": {
"@types/react-bootstrap-typeahead": "^3.4.5",
"@types/throttle-debounce": "^1.1.1",
"@types/webpack-env": "^1.15.1",
"file-loader": "^3.0.1",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
}
}