-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "gallerimage",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.js --port 3001 --hot --inline",
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "./node_modules/.bin/webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PaulaBarszcz/gallerimage"
},
"author": "PaulaBarszcz",
"license": "MIT",
"bugs": {
"url": "https://github.com/PaulaBarszcz/gallerimage"
},
"homepage": "https://github.com/PaulaBarszcz/gallerimage",
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.7",
"es6-promise": "^4.1.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"node-sass": "^4.7.0",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-selector-bem-pattern": "^2.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"extract-text-webpack-plugin": "^3.0.2",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-font-face": "^0.2.1",
"react-router": "^3.0.3",
"react-slick": "^0.23.1",
"whatwg-fetch": "^2.0.3"
}
}