-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.57 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
{
"name": "resume",
"version": "0.0.0",
"description": "Resume of Killian Saint cricq",
"main": "app.js",
"scripts": {
"start": "node app",
"postinstall": "node deploy",
"test": "mocha --compilers js:babel-core/register --recursive react/test",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/KillianSaintcricq/resume.git"
},
"license": "MIT",
"dependencies": {
"babel-core": "^5.6.18",
"babel-loader": "^5.1.4",
"babel-plugin-react-transform": "^1.1.0",
"body-parser": "^1.14.2",
"classnames": "^2.2.1",
"css-loader": "^0.23.1",
"express": "^4.13.3",
"file-loader": "^0.8.5",
"isomorphic-fetch": "^2.2.0",
"mongoose": "^4.3.4",
"node-sass": "^3.4.2",
"path": "^0.12.7",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.5",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"react-router": "^2.0.0-rc5",
"react-tooltip": "^0.9.8",
"react-typist": "^0.3.0",
"redux": "^3.0.0",
"redux-logger": "^2.3.1",
"redux-simple-router": "^2.0.3",
"redux-thunk": "^1.0.3",
"reselect": "^2.0.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.12.3",
"webpack": "^1.9.11"
},
"devDependencies": {
"deep-freeze": "0.0.1",
"expect": "^1.13.4",
"ignore-styles": "^1.2.0",
"mocha": "^2.3.4",
"nock": "^3.6.0",
"nodemon": "^1.8.1",
"react-transform-hmr": "^1.0.0",
"redux-mock-store": "0.0.4",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
}
}