-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "product-hunt-mentions",
"version": "0.0.1",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.3",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.5.0",
"eslint-plugin-jsx-a11y": "^1.0.2",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-config": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^1.1.0",
"grunt-webpack": "^1.0.11",
"grunt-zip": "^0.17.1",
"node-bourbon": "^4.2.8",
"node-neat": "^1.7.2",
"node-sass": "^4.1.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"algoliasearch": "^3.14.1",
"babel-preset-react": "^6.5.0",
"classnames": "^2.2.4",
"jquery": "^2.2.3",
"lodash": "^4.11.1"
}
}