-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "joaquimdsouza",
"version": "1.0.0",
"description": "My Website",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"bootstrap": "^4.0.0-alpha.3",
"css-loader": "^0.23.1",
"eslint": "^3.3.0",
"eslint-config-standard": "^5.3.5",
"eslint-config-standard-jsx": "^2.0.0",
"eslint-config-standard-react": "^3.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.1.0",
"eslint-plugin-standard": "^2.0.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.8.0",
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.3.1",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-saga": "^0.11.0",
"sass-loader": "^4.0.0",
"socket.io-client": "^1.4.8",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"scripts": {
"test": "standard"
},
"author": "Joaquim d'Souza",
"license": "ISC",
"dependencies": {
"busboy": "^0.2.13",
"express": "^4.14.0",
"lodash": "^4.15.0",
"socket.io": "^1.4.8"
},
"repository": {
"type": "git",
"url": "[email protected]:joaquimds/joaquimdsouza.com.git"
}
}