-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.84 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
{
"name": "elm",
"version": "0.0.0",
"description": "Professor Elm",
"keywords": [
"pokemon",
"discord"
],
"author": "a.j.studnicky@gmail.com",
"license": "ISC",
"main": "app.js",
"scripts": {
"start:server": "rm -rf ./.build.app && webpack --config webpack.config.server.js",
"start:client": "rm -rf ./.build.client && webpack-dev-server --config webpack.config.client.js",
"start": "npm-run-all --parallel start:server start:client"
},
"dependencies": {
"base64-stream": "^0.1.3",
"bufferutil": "^3.0.2",
"cleverbot": "^1.0.1",
"discord.js": "^11.2.1",
"file-type": "^7.2.0",
"fs-extra": "^5.0.0",
"jimp": "^0.2.28",
"node-env-file": "^0.1.8",
"node-fetch": "^1.7.3",
"npm": "^5.7.1",
"npm-run-all": "^4.0.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"sharp": "^0.18.4",
"tesseract.js": "^1.0.10",
"utf-8-validate": "^3.0.3",
"webpack-build-notifier": "^0.1.16",
"ws": "^3.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^6.3.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.1.10",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.23.0",
"babel-runtime": "^6.26.0",
"dotenv": "^4.0.0",
"dotenv-webpack": "^1.5.4",
"eslint": "^4.8.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"react-hot-loader": "next",
"start-server-webpack-plugin": "^2.1.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-dotenv-plugin": "^2.0.2",
"webpack-node-externals": "^1.5.4"
}
}