-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.57 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
{
"name": "power-watch-landing",
"version": "1.2.3",
"description": "A landing page for Power Watch",
"main": "app/index.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --progress --colors",
"test": "./node_modules/.bin/eslint . && ./node_modules/.bin/jscs ./src",
"build": "NODE_ENV=production ./node_modules/.bin/webpack",
"publish": "NODE_ENV=production yarn run build && node ./scripts/publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vizzuality/Powerwatch-landing.git"
},
"keywords": [
"landing"
],
"author": "Vizzuality",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vizzuality/Powerwatch-landing/issues"
},
"homepage": "https://github.com/Vizzuality/Powerwatch-landing#readme",
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"file-loader": "^0.9.0",
"gh-pages": "^0.12.0",
"html-webpack-plugin": "^2.24.1",
"jquery": "^3.1.1",
"jscs": "^3.0.7",
"node-sass": "^4.14.0",
"postcss-loader": "^1.1.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"foundation-sites": "6.2.4",
"slick-carousel": "^1.6.0"
}
}