-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.3 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
141
{
"name": "react-core",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"lintAndTest": "npm run lint && npm run test",
"postinstall": "yarn run flow:install && NODE_ENV=production webpack -p",
"build": "NODE_ENV=production webpack -p",
"dev": "webpack-dev-server --content-base src --inline --w",
"dev2": "webpack-dev-server --content-base src --inline --hot",
"flow": "flow",
"flow:install": "flow-typed install",
"flow:update": "flow-typed update",
"start": "NODE_ENV=production babel-node serverApp/server.js --presets env,stage-2",
"startDev": "NODE_ENV=development nodemon --exec babel-node -- $NODE_DEBUG_OPTION serverApp/server.js --presets env,stage-2",
"lint": "eslint ./app --cache --ignore-pattern .gitignore",
"precommit": "yarn run flow && yarn run lint"
},
"engines": {
"node": "10.x.x"
},
"engineStrict": true,
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"empty": "^0.10.1",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.1",
"eslint": "4.6.1",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-babel": "4.1.1",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "7.3.0",
"jest": "^21.2.1",
"jsdom": "^12.0.0",
"nodemon": "^1.18.9",
"raf": "^3.4.0",
"react-test-renderer": "15.6.1"
},
"dependencies": {
"axios": "0.15.3",
"babel-cli": "6.26.0",
"babel-core": "6.22.1",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-flow-react-proptypes": "^24.1.2",
"babel-plugin-react-html-attrs": "2.0.0",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.22.0",
"babel-preset-stage-0": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"bignumber.js": "^7.2.1",
"body-parser": "^1.18.3",
"bootstrap": "4.0.0-beta.2",
"bootswatch": "3.3.7",
"classnames": "2.2.5",
"clean-webpack-plugin": "0.1.15",
"copy-webpack-plugin": "3.0.1",
"css-loader": "0.26.1",
"dotenv": "^6.2.0",
"express": "4.16.2",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.10.0",
"flow": "0.2.3",
"flow-babel-webpack-plugin": "1.1.0",
"flow-bin": "0.83.0",
"flow-typed": "2.5.1",
"font-awesome": "4.7.0",
"history": "^4.7.2",
"html-webpack-plugin": "2.28.0",
"husky": "0.14.3",
"less-loader": "2.2.3",
"lodash": "4.17.4",
"node-sass": "4.9.3",
"postcss-loader": "1.3.0",
"prismic.io": "^3.6.1",
"promise": "^8.0.2",
"prop-types": "15.5.10",
"ramda": "^0.25.0",
"raven-js": "^3.27.0",
"react": "^16.0.0",
"react-collapse": "^4.0.3",
"react-dom": "^16.0.0",
"react-motion": "0.5.1",
"react-redux": "5.0.6",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.1",
"react-router-redux": "5.0.0-alpha.9",
"react-scroll": "^1.7.10",
"react-select": "^1.0.0-rc.10",
"react-spring": "^7.2.8",
"react-with-gesture": "^4.0.2",
"react-transition-group": "^2.5.2",
"reactstrap": "5.0.0-alpha.4",
"recompose": "^0.26.0",
"redux": "3.6.0",
"redux-logger": "2.8.1",
"redux-thunk": "2.2.0",
"request": "^2.88.0",
"reselect": "^3.0.1",
"resolve-url-loader": "^2.2.0",
"sass-loader": "6.0.6",
"scss-loader": "0.0.1",
"sendgrid": "^5.2.3",
"shortid": "^2.2.8",
"smoothscroll-polyfill": "^0.4.3",
"style-loader": "0.13.1",
"styled-components": "2.4.1",
"url-loader": "0.5.7",
"webpack": "2.2.1",
"webpack-dev-server": "2.3.0",
"webpack-manifest-plugin": "1.3.1"
},
"jest": {
"verbose": true,
"moduleDirectories": [
"node_modules"
],
"coverageDirectory": "report",
"collectCoverageFrom": [
"app/src/**/*.js"
],
"setupFiles": [
"<rootDir>/test/globals.js"
]
}
}