-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.64 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.64 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "asix-final-project-frontend",
"version": "1.0.0",
"description": "",
"main": "./src/app.js",
"scripts": {
"build": "webpack -p",
"start": "http-server ./build/ -p 8080 --cors",
"server": "webpack-dev-server --content-base src --inline --progress --hot --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ASIX-ALS/asix-final-project-frontend.git"
},
"author": "Adrian Valenzuela, Leandro Gartner, Sergio Bonet",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ASIX-ALS/asix-final-project-frontend/issues"
},
"homepage": "https://github.com/ASIX-ALS/asix-final-project-frontend#readme",
"devDependencies": {
"enzyme": "^2.7.1",
"ignore-styles": "^5.0.0",
"jsdom": "9.12.0",
"jsdom-global": "2.1.1",
"webpack-dev-server": "^2.0.0"
},
"dependencies": {
"autoprefixer": "^6.3.6",
"aws-sdk": "^2.58.0",
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-istanbul": "^0.12.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"css-loader": "^0.28.3",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^2.21.0",
"http-server": "^0.9.0",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"moment": "^2.17.1",
"multer": "^1.3.0",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-bootstrap": "^0.30.9",
"react-datepicker": "^0.41.1",
"react-datetime": "^2.8.9",
"react-dom": "^15.5.4",
"react-dropzone": "^3.13.2",
"react-ga": "^2.2.0",
"react-notification-system": "^0.2.14",
"react-recaptcha": "^2.2.6",
"react-redux": "^5.0.4",
"react-router": "^2.8.1",
"react-timeout": "^1.0.0",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-persist": "^4.8.0",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.3",
"scriptjs": "^2.5.8",
"style-loader": "^0.16.1",
"url-loader": "^0.5.7",
"uuid": "^3.0.1",
"webpack": "^2.5.0",
"webpack-shell-plugin": "^0.5.0"
}
}