-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 912 Bytes
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
{
"name": "at-mention-notify",
"version": "1.0.0",
"main": "./dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/webpack",
"watch": "node_modules/.bin/webpack --watch",
"lint": "node_modules/.bin/eslint src"
},
"author": "Evan Noronha",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.10",
"request": "^2.87.0",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx": "0.0.2",
"eslint-plugin-react": "^7.10.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8"
},
"description": ""
}