-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 909 Bytes
/
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
{
"name": "react-feedback",
"description": "feedback form",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/TonyVeigel/react-feedback.git"
},
"scripts": {
"build": "babel src --out-dir dist-modules && webpack --colors --progress -p -d",
"dev": "webpack --watch"
},
"main": "dist-modules/index.js",
"keywords": [
"component",
"react",
"react-component",
"feedback"
],
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"license": "MIT"
}