-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 5.49 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
{
"name": "Contempo",
"version": "0.0.2",
"description": "Starter development environment(React)",
"main": "index.js",
"repository": {
"url": "https://github.com/therealedsheenan/contempo",
"type": "git"
},
"author": "Sheenan Tenepre",
"license": "MIT",
"dependencies": {
"axios": "^0.16.1",
"babel-plugin-dynamic-import-webpack": "^1.0.1",
"babel-plugin-styled-components": "^1.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.5.1",
"babel-register": "^6.24.1",
"creasync": "^0.1.3",
"cross-env": "^5.0.5",
"enzyme": "^3.2.0",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.1",
"flow-typed": "^2.1.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"history": "^4.7.2",
"html-webpack-plugin": "^2.28.0",
"import-inspector": "^2.0.0",
"inline-manifest-webpack-plugin": "^3.0.1",
"jest-cli": "^21.2.0",
"lodash": "^4.17.4",
"nodemon": "^1.11.0",
"offline-plugin": "^4.7.0",
"preact": "^8.1.0",
"preact-compat": "^3.16.0",
"progress-bar-webpack-plugin": "^1.9.3",
"react": "^16.2.0",
"react-addons-perf": "^15.4.2",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-loadable": "^4.0.2",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"react-test-renderer": "^16.0.0",
"react-transition-group": "^2.2.0",
"recompose": "^0.23.4",
"redux": "^3.6.0",
"redux-observable": "^0.14.1",
"rxjs": "5.4.0",
"styled-components": "^2.0.0",
"url-loader": "^0.5.8",
"webpack": "^3.0.0",
"webpack-bundle-size-analyzer": "^2.7.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^17.0.2",
"babel-loader": "^7.0.0",
"babel-plugin-dynamic-import-node": "^1.0.2",
"babel-plugin-import-inspector": "^2.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.16.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chalk": "^1.1.3",
"child_process": "^1.0.2",
"concurrently": "^3.1.0",
"connect-history-api-fallback": "^1.3.0",
"cpy": "^5.0.0",
"css-loader": "^0.23.1",
"detect-port": "^1.0.5",
"dotenv": "^2.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"enzyme-to-json": "^3.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-prettier": "^2.1.1",
"eslint-config-react": "^1.1.7",
"eslint-loader": "^1.7.1",
"eslint-plugin-flow": "^2.29.1",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jest": "^19.0.1",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-prettier": "^2.1.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^7.0.1",
"flow-bin": "^0.55.0",
"http-proxy-middleware": "^0.17.2",
"husky": "^0.14.3",
"jest": "^20.0.4",
"jsdom": "^9.5.0",
"lint-staged": "^4.0.4",
"nock": "^9.0.13",
"prettier": "^1.6.1",
"prettier-eslint": "^5.1.0",
"prettier-eslint-cli": "^3.4.1",
"react-addons-test-utils": "^15.4.1",
"react-loader": "^2.4.0",
"redux-mock-store": "^1.2.3",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.2",
"serialize-javascript": "^1.3.0",
"style-loader": "^0.13.1",
"webpack-bundle-analyzer": "^2.4.0",
"webpack-config-utils": "^2.1.0",
"webpack-dev-server": "^2.5.0"
},
"peerDependencies": {},
"optionalDependencies": {
"chai": "^3.5.0"
},
"scripts": {
"client:dev": "webpack-dev-server --env=client:dev",
"client:prod": "cross-env webpack --env=client:prod",
"server:dev": "cross-env NODE_ENV=development node server/run.js",
"server:prod": "cross-env webpack --env=server:prod",
"serve": "cross-env NODE_ENV=production node server/run.js",
"assets": "grunt",
"test:debug": "node --debug-brk ./node_modules/.bin/jest --runInBand",
"lint": "eslint ./src/**/*.{js,jsx} ./server/** ./client/** ./tools/** --quiet",
"flow": "flow",
"format": "prettier --config ./.prettierrc -l \"./src/**/**/*.{js,jsx}\" \"./server/*.{js,jsx}\" \"./client/*.{js,jsx}\" \"./tools/**/*.js\"",
"format:write": "prettier --config .prettierrc --write \"./src/**/**/*.{js,jsx}\" \"./server/*.{js,jsx}\" \"./client/*.{js,jsx}\" \"./tools/**/*.js\"",
"deploy": "surge",
"deploy:client": "npm run client:prod && node deploy-client.js",
"deploy:server": "npm run server:prod && node deploy-server.js",
"jest:unit": "jest --coverage --config=src/jest-unit.config.json",
"jest:unit:watch": "jest --watch --config=src/jest-unit.config.json",
"jest:unit:coverage": "jest --coverage --config=src/jest-unit.config.json",
"jest:integration": "jest --coverage --config=src/jest-integration.config.json",
"jest:integration:watch": "jest --watch --config=src/jest-integration.config.json",
"jest:integration:coverage": "jest --coverage --config=src/jest-integration.config.json "
}
}