-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "react.presentation",
"version": "1.0.0",
"private": true,
"description": "React Presentation for Mandeville Web Meetup",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js --ext .jsx --cache"
},
"author": "Bob Dole",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^5.0.1",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"lodash": "^4.16.4",
"merge-stream": "^1.0.0",
"node-sass": "3.4.2",
"normalize.css": "^4.1.1",
"path": "^0.12.7",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"rimraf": "2.2.8",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0"
},
"dependencies": {
"lodash": "^4.11.2",
"react": "~15.2.1",
"react-addons-css-transition-group": "~15.2.1",
"react-dom": "~15.2.1"
}
}