-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"type-check": "tsc",
"defaults": "webpack-defaults"
},
"dependencies": {
"@sentry/browser": "^5.4.0",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-sass": "^1.0.1",
"@zeit/next-source-maps": "^0.0.3",
"@zeit/next-typescript": "^1.1.1",
"apollo-boost": "^0.4.2",
"classnames": "^2.2.6",
"graphql": "^14.3.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^8.1.0",
"next-compose-plugins": "^2.2.0",
"next-offline": "^4.0.2",
"next-optimized-images": "^2.5.1",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"react-dom": "^16.8.6",
"react-ga": "^2.5.7",
"react-spring": "^8.0.25",
"use-media": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@types/classnames": "^2.2.8",
"@types/next": "^8.0.5",
"@types/react": "^16.8.20",
"@types/react-dom": "16.8.4",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"babel-plugin-inline-react-svg": "^1.1.0",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"fork-ts-checker-webpack-plugin": "^1.3.7",
"prettier": "^1.18.2",
"stylelint": "^10.1.0",
"stylelint-config-property-sort-order-smacss": "^5.0.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.8.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"tslint-react-a11y": "^1.0.0",
"typescript": "^3.5.2"
},
"license": "ISC",
"browserslist": [
">1%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}