forked from THANAKIAR/facebook-sixth-sense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1020 Bytes
/
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
{
"name": "facebook-sixth-sense",
"version": "1.0.0",
"description": "",
"main": "background.js",
"scripts": {
"start": "babel-node ./node_modules/.bin/webpack --watch",
"postinstall": "babel-node ./node_modules/.bin/webpack",
"lint": "eslint . --ext .js,.jsx",
"build": "npm install && npm run lint && zip -r extension.zip extension"
},
"author": "Alexandre Kirszenberg <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"lodash": "^4.0.0",
"moment": "^2.13.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.12"
}
}