-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.7 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
63
64
{
"name": "landing-page",
"version": "1.0.0",
"description": "Web Madeira - Landing Page",
"main": "src/server/index.js",
"engines": {
"node": "6.3.1"
},
"repository": {
"url": "http://github.com/webmadeira/landing-page",
"type": "git"
},
"scripts": {
"start": "gulp",
"postinstall": "gulp build --env production"
},
"author": "webmadeira",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"browser-sync": "^2.18.2",
"cors": "^2.8.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-csslint": "^1.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-environments": "^0.1.1",
"gulp-filter": "^4.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^2.2.0",
"npm-run-all": "^3.1.1",
"postcss-conditionals": "^2.0.3",
"postcss-functions": "^2.1.1",
"postcss-import": "^8.2.0",
"postcss-map": "^0.8.0",
"postcss-mixins": "^5.4.0",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^3.0.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"reset-css": "^2.2.0",
"webpack": "^1.13.3",
"webpack-stream": "^3.2.0"
},
"devDependencies": {
"eslint": "^3.9.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.5.0",
"yarn": "^0.17.8"
}
}