-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
157 lines (157 loc) · 4.97 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"homepage": "https://makalkin.github.io/NEOfeed",
"dependencies": {
"apollo-test-utils": "^0.3.2",
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0-beta",
"classnames": "^2.2.5",
"command-line-args": "^4.0.7",
"core-js": "^2.5.1",
"graphql-tools": "^1.1.0",
"history": "^4.6.1",
"immutable": "^3.8.1",
"js-cookie": "^2.1.4",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"qs": "^6.4.0",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-apollo": "^1.4.8",
"react-big-calendar": "^0.14.4",
"react-day-picker": "^6.1.0",
"react-dom": "^15.5.4",
"react-hot-loader": "^3.0.0-beta.7",
"react-redux": "^5.0.5",
"react-router-bootstrap": "^0.24.2",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-scroll": "^1.5.4",
"react-select": "^1.0.0-rc.5",
"reactstrap": "^4.8.0",
"recompose": "^0.24.0",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.15.3",
"reselect": "^3.0.1",
"styled-components": "^2.0.1",
"uuid": "^3.1.0",
"vb-react-form": "0.0.8"
},
"devDependencies": {
"@kadira/storybook-deployer": "^1.2.0",
"@storybook/react": "^3.2.3",
"autoprefixer": "7.1.0",
"axios-mock-adapter": "^1.9.0",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-app": "^3.0.0",
"babel-runtime": "6.23.0",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"css-loader": "0.28.1",
"dotenv": "4.0.0",
"enzyme": "^2.8.2",
"eslint": "3.19.0",
"eslint-config-airbnb": "15.0.2",
"eslint-config-react-app": "^1.0.4",
"eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"fs-extra": "3.0.1",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "2.28.0",
"jest": "20.0.3",
"jest-enzyme": "^3.2.0",
"jest-transform-graphql": "^2.1.0",
"moxios": "^0.4.0",
"node-sass": "^4.5.3",
"object-assign": "4.1.1",
"object.values": "^1.0.4",
"postcss-flexbugs-fixes": "3.0.0",
"postcss-font-smoothing": "^0.1.0",
"postcss-loader": "2.0.5",
"promise": "7.1.1",
"react-dev-utils": "^3.0.0",
"react-dom": "^15.5.4",
"react-error-overlay": "^1.0.7",
"react-hot-loader": "^3.0.0-beta.7",
"react-test-renderer": "^15.5.4",
"sass-loader": "^6.0.5",
"style-loader": "0.17.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"sw-precache-webpack-plugin": "0.9.1",
"url-loader": "0.5.8",
"webpack": "2.6.1",
"webpack-dev-server": "2.4.5",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.3"
},
"scripts": {
"start": "node scripts/start.js",
"build": "npm run eslint && node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"test:coverage":
"node scripts/test.js --env=jsdom --coverage --no-cache --runInBand",
"start:prod": "serve -s build",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s ./public",
"start:storybook": "serve -s storybook-static",
"eslint": "eslint src",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"jest": {
"collectCoverageFrom": [
"src/actions/**/*.{js,jsx}",
"src/api/**/*.{js,jsx}",
"src/components/**/*.{js,jsx}",
"src/reducers/**/*.{js,jsx}",
"src/sagas/**/*.{js,jsx}",
"src/selectors/**/*.{js,jsx}",
"src/services/**/*.{js,jsx}",
"!src/components/stories/**/*.*"
],
"coverageReporters": ["text", "lcov"],
"setupFiles": ["<rootDir>/config/polyfills.js"],
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.js?(x)",
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
],
"testEnvironment": "node",
"testURL": "http://localhost",
"transform": {
"\\.(gql|graphql)$": "jest-transform-graphql",
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
"moduleNameMapper": {
"^react-native$": "react-native-web"
}
},
"babel": {
"plugins": ["transform-decorators-legacy"],
"presets": ["react-app"]
},
"storybook-deployer": {
"gitUsername": "Vitalii Baitaliuk",
"gitEmail": "[email protected]",
"commitMessage": "Deploy Storybook"
}
}