forked from markmur/react-slack-feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.87 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-slack-feedback",
"version": "1.1.4",
"description": "React component for gathering user feedback to send to slack.",
"main": "lib/SlackFeedback.js",
"author": "Mark Murray <mark.murray.ie@gmail.com> (https://github.com/markmur)",
"license": "MIT",
"scripts": {
"start": "nf start --wrap",
"build": " NODE_ENV=production webpack -p --progress --config webpack.config.prod.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/markmur/react-slack-feedback.git"
},
"keywords": [
"react",
"slack",
"feedback"
],
"bugs": {
"url": "https://github.com/markmur/react-slack-feedback/issues"
},
"homepage": "https://github.com/markmur/react-slack-feedback",
"devDependencies": {
"autoprefixer": "^6.4.0",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"body-parser": "^1.15.2",
"cloudinary": "^1.4.1",
"css-loader": "^0.23.1",
"cssnano": "^3.7.3",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"foreman": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"multer": "^1.2.0",
"node-sass": "^3.8.0",
"nodemon": "^1.10.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"classnames": "^2.2.5",
"es6-promise": "^3.2.1",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^0.14 || ^15.0.0-rc || ^15.0",
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
}
}