forked from GamesDoneQuick/donation-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.77 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "donation_tracker",
"version": "0.1.0",
"description": "GDQ Donation Tracker",
"scripts": {
"build": "NODE_ENV=${NODE_ENV:-production} webpack",
"start": "NODE_ENV=${NODE_ENV:-development} SOURCE_MAPS=${SOURCE_MAPS:-1} webpack-dev-server",
"test": "NO_MANIFEST=1 karma start --single-run",
"test:watch": "NO_MANIFEST=1 karma start",
"fix:prettier": "prettier --write \"bundles/**\" \"spec/**\"",
"fix:lint": "yarn lint --fix",
"fix:all": "yarn fix:prettier && yarn fix:lint",
"lint": "eslint bundles spec --ext js --ext jsx --ext ts --ext tsx --quiet",
"prettier": "prettier --check \"bundles/**\" \"spec/**\"",
"yarn:install": "yarn install",
"tsc": "tsc --version && tsc",
"tsc:watch": "tsc --version && tsc --watch",
"storybook": "NO_MANIFEST=1 start-storybook -p 6006 --ci --quiet"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.6.3",
"@babel/runtime-corejs3": "^7.5.5",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"autoprefixer": "^9.7.0",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-react-remove-properties": "^0.3.0",
"classnames": "^2.2.6",
"classnames-loader": "^2.1.0",
"connected-react-router": "^6.5.2",
"core-js": "3.3.3",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"file-loader": "^4.2.0",
"history": "^4.10.1",
"keymirror": "^0.1.1",
"lodash": "^4.17.15",
"luxon": "^1.21.3",
"memoize-one": "^5.0.4",
"mini-css-extract-plugin": "^0.8.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"postcss-loader": "^3.0.0",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"re-reselect": "^3.4.0",
"react": "^16.10.2",
"react-dnd": "^9.4.0",
"react-dnd-html5-backend": "^9.4.0",
"react-dnd-test-backend": "^9.4.0",
"react-dom": "^16.10.2",
"react-loadable": "^5.5.0",
"react-markdown": "^4.2.2",
"react-numeric": "^1.0.0",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-use-promise": "^0.3.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"terser-webpack-plugin": "^2.2.1",
"url-loader": "^2.2.0",
"validator": "^12.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-yam-plugin": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/eslint-parser": "^7.11.5",
"@gamesdonequick/prettier-config": "^2.2.0",
"@hot-loader/react-dom": "^16.10.2",
"@storybook/addon-actions": "^5.1.3",
"@storybook/addon-links": "^5.1.3",
"@storybook/addons": "^5.1.3",
"@storybook/react": "^5.1.3",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/fetch-mock": "^7.3.1",
"@types/history": "^4.7.3",
"@types/jasmine": "^3.3.13",
"@types/karma": "^3.0.3",
"@types/karma-jasmine": "^0.0.31",
"@types/karma-webpack": "^2.0.7",
"@types/keymirror": "^0.1.1",
"@types/lodash": "^4.14.144",
"@types/luxon": "^1.21.0",
"@types/moment-timezone": "^0.5.12",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.11",
"@types/react-beautiful-dnd": "^11.0.2",
"@types/react-dom": "^16.9.3",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^5.1.2",
"@types/redux-mock-store": "^1.0.1",
"@types/validator": "^10.11.3",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^7.5.0",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^4.0.8",
"fetch-mock": "^9.10.7",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"karma-webpack": "^4.0.2",
"prettier": "^2.1.2",
"puppeteer": "^2.0.0",
"react-hot-loader": "^4.12.15",
"redux-mock-store": "^1.5.3",
"typescript": "^3.9.7",
"webpack-dev-server": "^3.9.0"
},
"resolve": {
"@types/react": "^16.9.11"
}
}