-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 967 Bytes
/
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
{
"name": "lattes-mining",
"version": "1.0.0",
"description": "Homepage da aplicação Lattes-mining",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config=webpack.config.js",
"start": "webpack-dev-server --config=webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Spacebus/lattes-mining.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Spacebus/lattes-mining/issues"
},
"homepage": "https://github.com/Spacebus/lattes-mining#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1"
}
}