-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.26 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": "depanneur",
"version": "1.0.0",
"description": "Dépanneur chez Freud",
"scripts": {
"webpack": "webpack --mode development",
"webpack-watch": "webpack --mode development --watch",
"webpack-prod": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sigmundftw/depanneur.git"
},
"author": "David Thibault",
"license": "MIT",
"homepage": "https://bitbucket.org/sigmundftw/depanneur#readme",
"babel": {
"presets": [
"env",
"react",
"stage-2"
]
},
"dependencies": {
"apollo-boost": "^0.1.10",
"babel-polyfill": "^6.26.0",
"color": "^3.0.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"radium": "^0.24.1",
"react": "^16.4.1",
"react-apollo": "^2.1.9",
"react-dom": "^16.4.1",
"react-responsive": "^5.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"store": "^2.0.4",
"whatwg-fetch": "~2.0.2"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0"
}
}