-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
75 lines (75 loc) · 2.19 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
{
"name": "frontend",
"version": "1.0.0",
"description": "The React frontend for meow",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/dailybruin/meow.git"
},
"scripts": {
"precommit": "pretty-quick --staged",
"build": "webpack",
"build-production": "webpack --config webpack.prod.config.js --mode production --progress --colors --optimize-minimize --display-error-details",
"watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Dustin Newman",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"@fortawesome/fontawesome-free": "5.6.3",
"antd": "^3.26.5",
"axios": "0.18.0",
"babel-loader": "8.0.5",
"babel-plugin-transform-class-properties": "6.24.1",
"connected-react-router": "5.0.1",
"css-loader": "1.0.1",
"dotenv": "6.2.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.3.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.3",
"history": "4.7.2",
"husky": "1.3.1",
"moment": "2.23.0",
"node-sass": "4.12.0",
"prettier": "1.15.3",
"pretty-quick": "1.8.0",
"prop-types": "15.6.2",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-redux": "6.0.0",
"react-router-dom": "4.3.1",
"react-scripts": "2.1.1",
"redux": "4.0.1",
"redux-logger": "3.0.6",
"redux-persist": "5.10.0",
"redux-thunk": "2.3.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "4.28.1",
"webpack-bundle-tracker": "0.4.3",
"webpack-cli": "3.2.1"
},
"dependencies": {
"font-awesome": "^4.7.0",
"fuse.js": "^3.4.2",
"lodash.clonedeep": "^4.5.0",
"react-color": "^2.17.3",
"react-device-detect": "^1.6.2",
"react-dnd": "5.0.0",
"react-dnd-html5-backend": "3.0.2",
"react-icons": "^3.9.0",
"react-image": "^2.4.0",
"react-tag-input": "6.4.2",
"sidebar-style-guide": "^2.0.0",
"styled-components": "^5.1.0"
}
}