-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.25 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "csmm-homepage",
"version": "1.0.0",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "webpack --env.mode=production --progress",
"lint": "eslint . -c ./.eslintrc.js --ext .ts,.tsx",
"lint:css": "stylelint '**/*.tsx'",
"lint:fix": "eslint --fix . -c ./.eslintrc.js --ext .ts,.tsx",
"serve": "serve ./dist --no-clipboard -s --listen ${HOSTNAME:-'http://localhost':{PORT:-3000}",
"serve:ci": "serve ./dist --no-clipboard -s --listen ${PORT:-3000} & wait-on ${HOSTNAME:-'http://localhost'}:${PORT:-3000}",
"sort": "sort-package-json package.json",
"start": "webpack-dev-server --env.mode=development --progress",
"storybook": "node storybook.setup.js"
},
"dependencies": {
"browserlist": "^1.0.1",
"c3": "^0.7.15",
"copy-webpack-plugin": "^5.1.1",
"d3": "^5.15.0",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"dotenv": "8.2.0",
"framer-motion": "1.6.17",
"history": "^4.10.1",
"node-sass": "4.13.0",
"polished": "^3.5.2",
"rc-tooltip": "^4.0.3",
"react": "16.11.0",
"react-cookie-consent": "^5.1.1",
"react-dom": "16.11.0",
"react-helmet": "^6.0.0",
"react-responsive-carousel": "3.1.51",
"react-router-dom": "5.1.2",
"react-spring": "^8.0.27",
"react-tooltip": "3.11.1",
"rxjs": "^6.5.5",
"styled-components": "^5.0.1",
"typescript": "3.9.1-rc",
"uuid": "^7.0.2"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.8.3",
"@storybook/addon-a11y": "^5.3.18",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-links": "^5.3.18",
"@storybook/addon-notes": "^5.3.18",
"@storybook/addon-viewport": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"@types/c3": "^0.7.4",
"@types/d3": "^5.7.2",
"@types/eslint": "^6.1.8",
"@types/history": "^4.7.5",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^6.0.0",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.0.1",
"@types/uuid": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-polyfill": "^6.26.0",
"babel-preset-react-app": "^9.1.2",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"extract-files": "^8.1.0",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.2.5",
"imagemin-webpack-plugin": "^2.4.2",
"jest": "^25.4.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.12.0",
"npm-install-webpack-plugin": "^4.0.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"progress-bar-webpack-plugin": "^2.1.0",
"react-dev-utils": "^10.2.0",
"react-hot-loader": "^4.12.21",
"react-test-renderer": "^16.13.1",
"regenerator-runtime": "^0.13.5",
"sass-loader": "^8.0.2",
"serve": "^11.3.0",
"sort-package-json": "^1.44.0",
"stylelint": "^13.6.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-custom-processor-loader": "^0.6.0",
"stylelint-processor-styled-components": "^1.10.0",
"terser-webpack-plugin": "^2.3.7",
"ts-jest": "^25.4.0",
"ts-loader": "^6.2.1",
"typescript-plugin-styled-components": "^1.4.4",
"url-loader": "^3.0.0",
"wait-on": "^5.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.1.2",
"webpack-merge": "^4.2.2",
"webpack-shell-plugin": "^0.5.0",
"workbox-webpack-plugin": "^5.0.0"
}
}