-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.89 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
{
"name": "chatbot_website",
"version": "0.0.1",
"description": "Homepage and chatbot for Queer AI.",
"main": "chatbot_frontend/src/index.js",
"scripts": {
"build": "webpack --config chatbot_website/webpack.config.js --progress --colors --env.production",
"lint": "eslint chatbot_website --ignore-path .gitignore",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --config chatbot_website/webpack.config.js --watch --progress --colors --env.development"
},
"author": "Queer AI",
"homepage": "http://queer.ai",
"license": "ISC",
"babel": {
"plugins": [
"@babel/plugin-proposal-class-properties"
],
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"browserslist": ">1%, not dead",
"dependencies": {
"@babel/core": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
"ajv": "6.5.3",
"autoprefixer": "9.1.5",
"babel-eslint": "9.0.0",
"babel-loader": "8.0.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"css-hot-loader": "1.4.2",
"css-loader": "1.0.0",
"cssnano": "4.1.0",
"dotenv": "6.0.0",
"eslint": "4.19.1",
"eslint-config-blerchin": "git+https://github.com/blerchin/eslint-config-blerchin.git",
"eslint-plugin-mocha": "5.2.0",
"eslint-plugin-react": "7.11.1",
"lodash": "4.17.15",
"mini-css-extract-plugin": "0.4.2",
"node-sass": "4.9.3",
"postcss-loader": "3.0.0",
"prop-types": "15.6.2",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-redux": "5.0.7",
"reconnecting-websocket": "4.0.0-rc5",
"redux": "4.0.0",
"redux-thunk": "2.3.0",
"sass-loader": "7.1.0",
"synaptic": "1.1.4",
"uuid": "3.3.2",
"webpack": "4.17.1",
"webpack-bundle-tracker": "0.3.0",
"webpack-cli": "3.1.0"
}
}