-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.36 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": "react-starter",
"version": "0.0.1",
"description": "React Starter",
"private": false,
"main": "app/index.js",
"repository": "[email protected]:drewbietron/react-starter.git",
"scripts": {
"start": "webpack-dev-server --https --cert ./ssl/server.crt --key ./ssl/server.key",
"build": "rm -rf build; webpack --bail --config webpack.prod.config.js",
"test": "jest --runInBand",
"test-debug": "node --inspect-brk jest --runInBand --watch",
"integration-tests":
"mocha --compilers ts:ts-node/register --timeout 10000 'integration-tests/**/*-test.ts'",
"analyze-bundle":
"rm stats.json; webpack --progress --colors --config webpack.prod.config.js --profile --json > stats.json && webpack-bundle-analyzer stats.json build -m static"
},
"author": "Drew Templeton Inc.",
"license": "ISC",
"jest": {
"testRegex": "(/__tests__/.*|(\\-|/)(test))\\.(js|jsx|ts|tsx)?$",
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"moduleFileExtensions": ["js", "jsx", "ts", "tsx", "json"],
"testPathIgnorePatterns": [
"/integration-tests/",
"/node_modules/",
"support",
"fixtures",
".eslintrc.js"
],
"setupFiles": ["./jest-config.js"]
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/enzyme": "^3.1.5",
"@types/faker": "^4.1.1",
"@types/jasmine": "^2.8.2",
"@types/jest": "^21.1.8",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.8",
"@types/numeral": "^0.0.20",
"@types/qs": "^6.5.0",
"@types/react": "^15.0.21",
"@types/react-redux": "^5.0.3",
"@types/react-slick": "^0.14.1",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^1.2.7",
"@types/redux-thunk": "^2.1.0",
"@types/rheostat": "^2.1.2",
"@types/sinon": "^2.3.5",
"bdd-lazy-var": "1.2.0",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"css-loader": "^0.23.1",
"enzyme": "^2.8.2",
"extract-text-webpack-plugin": "^2.1.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "11.1.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.2.2",
"express": "^4.14.1",
"faker": "3.1.0",
"file-loader": "^0.9.0",
"finalhandler": "^0.5.1",
"import-glob-loader": "^1.1.0",
"install": "^0.10.1",
"jest": "^21.2.1",
"jest-cli": "20.0.4",
"jsdom": "^11.2.0",
"json-loader": "^0.5.4",
"mocha": "3.0.2",
"mocha-generators": "^1.2.0",
"nightmare": "^2.10.0",
"node-sass": "^4.5.3",
"nodemon": "1.10.2",
"path": "^0.12.7",
"postcss-loader": "^0.13.0",
"react-addons": "^0.9.1-deprecated",
"react-addons-test-utils": "^15.2.1",
"react-loader": "^2.4.0",
"redux-mock-store": "^1.2.1",
"sass-loader": "^6.0.5",
"serve-static": "^1.11.2",
"static-site-generator-webpack-plugin": "^3.0.0",
"style-loader": "^0.17.0",
"ts-jest": "^21.2.4",
"ts-loader": "^3.2.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.6.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.6.2",
"webpack-bundle-analyzer": "^2.8.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"airbnb-js-shims": "^1.0.1",
"autoprefixer": "6.5.0",
"axios": "^0.15.3",
"bind-decorator": "^1.0.11",
"extract-text-webpack-plugin": "^2.1.0",
"chai": "^3.5.0",
"chokidar": "^1.6.1",
"classnames": "2.2.5",
"compression-webpack-plugin": "0.3.1",
"copy-webpack-plugin": "3.0.1",
"core-js": "^2.4.1",
"cssnano": "^3.7.5",
"fetch-ponyfill": "^3.0.2",
"glob": "^7.1.0",
"html-webpack-plugin": "2.22.0",
"jsondiffpatch": "^0.2.5",
"lodash": "4.14.2",
"optimize-css-assets-webpack-plugin": "1.3.0",
"prop-types": "^15.5.10",
"qs": "^6.5.1",
"react": "15.6.1",
"react-click-outside": "github:tj/react-click-outside",
"react-cookie": "^1.0.4",
"react-dom": "^15.2.1",
"react-facebook-pixel": "^0.1.0",
"react-ga": "2.2.0",
"react-helmet": "^5.2.0",
"react-loadable": "^5.3.1",
"react-redux": "4.4.5",
"react-router": "3.0.0",
"react-scroll": "^1.5.4",
"react-slick": "^0.15.4",
"react-test-renderer": "^15.5.4",
"react-transition-group": "^2.2.1",
"redux": "3.6.0",
"redux-thunk": "2.1.0",
"reselect": "^3.0.1",
"webpack": "^2.5.1",
"zenscroll": "^3.2.2"
}
}