-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.81 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
84
85
86
87
88
89
{
"name": "formula-stocks",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "yarn gen-sitemap && next build",
"start": "next start",
"gen-sitemap": "node ./scripts/buildSiteMap.js",
"now-build": "next build",
"analyze": "BUNDLE_ANALYZE=both yarn build",
"test-unit": "jest",
"test-integration": "next build && start-server-and-test start http://localhost:3000 cypress",
"cypress": "$(npm bin)/cypress run --record"
},
"dependencies": {
"@8base/file-input": "^0.37.2",
"@amcharts/amcharts4": "^4.9.12",
"@ant-design/icons": "^4.0.5",
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-ssr": "^3.1.3",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@emotion/styled-base": "^10.0.31",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/pro-regular-svg-icons": "^5.13.0",
"@fortawesome/pro-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@zeit/next-css": "^1.0.1",
"antd": "^4.0.4",
"apollo-boost": "^0.4.7",
"apollo-link-context": "^1.0.19",
"d3-queue": "^3.0.7",
"date-fns": "^2.11.1",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"emotion-theming": "^10.0.27",
"fetch-jsonp": "^1.1.3",
"formik": "^1.5.2",
"graphql": "^14.6.0",
"isomorphic-unfetch": "^3.0.0",
"lodash.clone": "^4.5.0",
"lodash.countby": "^4.6.0",
"lodash.get": "^4.4.2",
"lodash.maxby": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.min": "^4.0.1",
"lodash.minby": "^4.6.0",
"megadraft": "^0.7.1",
"next": "^9.4.2",
"next-apollo": "^3.1.10",
"next-offline": "^4.0.6",
"platform": "^1.3.5",
"polished": "^2.3.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-dropzone": "^7.0.1",
"react-highlight-words": "^0.16.0",
"react-lazyload": "^2.6.5",
"react-load-script": "^0.0.6",
"react-modal": "^3.11.2",
"react-scroll": "^1.7.16",
"react-select": "^2.4.3",
"react-slick": "^0.25.2",
"react-spring": "^8.0.27",
"react-stripe-elements": "^2.0.3",
"typed.js": "^2.0.11"
},
"devDependencies": {
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-less": "^1.0.1",
"babel-plugin-date-fns": "^2.0.0",
"babel-plugin-emotion": "^10.0.29",
"babel-plugin-inline-svg": "^1.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-polished": "^1.1.0",
"cypress": "^3.7.0",
"next-compose-plugins": "^2.2.0",
"prettier": "^2.0.2",
"prettier-eslint": "^9.0.1",
"start-server-and-test": "^1.7.13",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"webpack-filter-warnings-plugin": "^1.2.1"
}
}