-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "mob-cpanel",
"version": "4.1.0",
"description": "Aplicação web utilizada para gerenciamento negocial do Mob Your Life.",
"main": "main.jsx",
"scripts": {
"start": "webpack-dev-server",
"build": "rimraf dist && webpack --progress --profile --bail",
"test": "standard"
},
"repository": {
"url": "[email protected]:mobyourlife/cpanel.git",
"type": "git"
},
"author": "Filipe Oliveira <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-easy-intl": "^1.1.2",
"react-hot-loader": "3.0.0-beta.6",
"react-icons": "^2.2.3",
"react-router": "^3.0.0",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"copy-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^2.26.0",
"react-hot-loader": "3.0.0-beta.6",
"rimraf": "^2.5.4",
"standard": "^8.6.0",
"webpack": "2.2.0-rc.3",
"webpack-dev-server": "2.2.0-rc.0"
}
}