-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
148 lines (148 loc) · 5.63 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
{
"name": "wen",
"version": "1.0.0",
"author": "[email protected]",
"dependencies": {
"apollo-errors": "1.4.0",
"apollo-local-query": "0.3.0",
"apollo-resolvers": "1.0.2",
"bcrypt": "1.0.2",
"bulma": "0.4.2",
"bulmaswatch": "0.4.1",
"classnames": "2.2.5",
"cookie": "0.3.1",
"d3": "4.9.1",
"es6-error": "4.0.2",
"font-awesome": "4.7.0",
"graphql": "0.9.6",
"graphql-redis-subscriptions": "1.1.6",
"graphql-server-koa": "0.9.0",
"graphql-subscriptions": "0.3.1",
"graphql-tag": "2.0.0",
"graphql-tools": "1.0.0",
"isomorphic-fetch": "2.2.1",
"jsonwebtoken": "7.4.1",
"koa": "2.3.0",
"koa-body": "2.3.0",
"koa-compose": "4.0.0",
"koa-helmet": "3.2.0",
"koa-logger": "3.0.0",
"koa-mount": "3.0.0",
"koa-router": "7.2.1",
"koa-send": "4.1.0",
"koa-websocket": "4.0.0",
"pg": "6.2.3",
"pg-hstore": "2.3.2",
"preact": "8.1.0",
"preact-compat": "3.16.0",
"prop-types": "15.5.10",
"ramda": "0.24.1",
"react": "15.6.1",
"react-apollo": "1.2.0",
"react-dom": "15.6.1",
"react-redux": "5.0.5",
"react-remarkable": "1.1.1",
"react-render-html": "0.5.0",
"react-router": "4.1.1",
"react-router-dom": "4.1.1",
"recompose": "0.23.5",
"redux": "3.7.1",
"redux-act": "1.3.0",
"redux-form": "6.8.0",
"redux-saga": "0.15.4",
"sequelize": "3.30.4",
"subscriptions-transport-ws": "0.6.0",
"uuid": "3.1.0",
"validator": "7.1.0"
},
"devDependencies": {
"@types/enzyme": "2.8.1",
"@types/jest": "20.0.2",
"@types/koa": "2.0.39",
"@types/koa-router": "7.0.22",
"@types/node": "8.0.4",
"@types/react": "15.0.33",
"@types/react-dom": "15.5.1",
"@types/sequelize": "4.0.62",
"@types/supertest": "2.0.1",
"@types/webdriverio": "4.8.0",
"assets-webpack-plugin": "3.5.1",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.0.0",
"babel-plugin-dynamic-import-node": "1.0.2",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.5.1",
"babel-preset-react": "6.24.1",
"babel-register": "6.24.1",
"chimp": "0.49.0",
"compression-webpack-plugin": "0.4.0",
"concurrently": "3.5.0",
"css-loader": "0.28.4",
"deep-freeze": "0.0.1",
"dotenv": "4.0.0",
"enzyme": "2.9.1",
"enzyme-to-json": "1.5.1",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.11.2",
"jest": "20.0.4",
"jest-transform-graphql": "2.1.0",
"koa-webpack": "0.5.1",
"node-sass": "4.5.3",
"nodemon": "1.11.0",
"ora": "1.3.0",
"react-addons-test-utils": "15.5.1",
"react-hot-loader": "3.0.0-beta.6",
"react-test-renderer": "15.5.4",
"redux-devtools-extension": "2.13.2",
"redux-saga-test-plan": "3.1.0",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"supertest": "3.0.0",
"url-loader": "0.5.9",
"wait-on": "2.0.2",
"webpack": "2.6.1",
"webpack-bundle-analyzer": "2.8.2",
"webpack-node-externals": "1.6.0"
},
"license": "MIT",
"scripts": {
"api": "node server/api.server.js",
"bootstrap": "node scripts/bootstrap.js",
"prebuild": "npm run prebuild:login && npm run prebuild:main",
"prebuild:login": "webpack -p --config ./client/login/webpack/login.prebuild.webpack.config.js",
"prebuild:main": "webpack -p --config ./client/main/webpack/main.prebuild.webpack.config.js",
"build": "npm run build:login && npm run build:main",
"build:login": "webpack -p --config ./client/login/webpack/login.prod.webpack.config.js",
"build:main": "webpack -p --config ./client/main/webpack/main.prod.webpack.config.js",
"generateSchema": "node scripts/generateSchema.js",
"lint:js": "eslint . --ext .js,.jsx",
"lint:js:fix": "eslint . --ext .js,.jsx --fix",
"static": "node static/static.server.js",
"socket": "node server/socket.server.js",
"test": "npm run lint:js && npm run test:unit && npm run bootstrap && npm run test:integration && npm run test:e2e",
"test:unit": "NODE_ENV=test jest --forceExit --config jest.unit.json",
"test:unit:watch": "jest --watch --config jest.unit.json",
"test:integration": "jest --runInBand --forceExit --config jest.integration.json",
"test:integration:watch": "jest --runInBand --watch --config jest.integration.json",
"test:e2e": "yarn run wait:prod && chimp",
"test:e2e:watch": "yarn run wait:prod && chimp --watch",
"watch:api": "nodemon -L --watch server --watch common -e js,json,graphqls --ignore '**/test/*' --ignore '**/spec/*' server/api.server.js",
"watch:socket": "nodemon -L --watch server --watch common --ignore '**/test/*' --ignore '**/spec/*' -e js,json,graphqls server/socket.server.js",
"watch:static": "npm run prebuild && concurrently \"npm run watch:static:login\" \"npm run watch:static:main\" \"npm run watch:static:server\"",
"watch:static:login": "webpack -w --watch-poll --config ./client/login/webpack/login.prebuild.webpack.config.js",
"watch:static:main": "webpack -w --watch-poll --config ./client/main/webpack/main.prebuild.webpack.config.js",
"watch:static:server": "nodemon -L --ignore '**/test/*' --ignore '**/spec/*' --watch common --watch static static/static.server.js",
"wait:dev": "node ./scripts/waitDev.js",
"wait:prod": "node ./scripts/waitProd.js"
}
}