-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.14 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "utnianos-frontend",
"version": "0.0.1",
"description": "Plataforma de UTNianos",
"main": "index.js",
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.9.0",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"html-webpack-plugin": "^2.16.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^4.0.2",
"cssnano": "^3.7.4",
"file-loader": "^0.9.0",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^3.8.0",
"postcss-loader": "^0.10.1",
"react": "15.0.1",
"react-css-modules": "^3.7.10",
"react-dom": "15.0.1",
"react-loader": "^2.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"sass-loader": "^4.0.0",
"material-ui": "^0.17.0",
"react-tap-event-plugin": "^2.0.1"
},
"scripts": {
"start": "webpack-dev-server --history-api-fallback --progress --host 0.0.0.0 --port 3000 --inline --hot",
"build": "webpack --progress --colors -d",
"build-prod": "webpack --progress --display-modules -p --display-reasons",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint",
"lint-all": "eslint src/ test/",
"lint-all-ci": "eslint -f checkstyle src/ test/ > eslint.xml",
"check-deps": "npm-check --skip-unused; exit 0;"
},
"repository": {
"type": "git",
"url": "https://github.com/UTNianos/frontend.git"
},
"author": "UTNianos",
"license": "ISC",
"bugs": {
"url": "https://github.com/UTNianos/frontend/issues"
},
"homepage": "https://github.com/UTNianos/frontend#readme"
}