-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "Github-lite",
"version": "0.0.1",
"description": "Kottans test task",
"main": "\"\"",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"start": "cross-env NODE_ENV=production webpack"
},
"keywords": [
"github",
"api"
],
"author": "Efimenko Bohdan",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.4",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"classnames": "^2.2.5",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"image-webpack-loader": "^3.3.1",
"node-sass": "^4.5.3",
"normalize.css": "^7.0.0",
"postcss-cssnext": "^2.11.0",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.5",
"sass-resources-loader": "^1.2.1",
"style-loader": "^0.18.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"webpack-svgstore-plugin": "^4.0.0"
}
}