-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "desafio-vagas",
"version": "1.0.0",
"description": "Projeto criado com o objetivo de se classificar para a vaga de Frontend Developer no Vagas.",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build"
},
"repository": {
"type": "git",
"url": "https://github.com/Wylkon/desafio-vagas.git"
},
"author": "Wylkon Cardoso",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wylkon/desafio-vagas/issues"
},
"homepage": "https://github.com/Wylkon/desafio-vagas",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"path": "^0.12.7",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"axios": "^0.9.1",
"history": "^2.0.1",
"marked": "^0.3.5",
"node-sass": "^3.4.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.1",
"sass-loader": "^3.2.0",
"youtube-search-channel": "^1.0.2"
}
}