This repository was archived by the owner on Nov 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 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
{
"name": "react-growable-textarea",
"version": "0.0.1",
"description": "Automatically growing textarea using css and a hidden shim",
"repository": {
"type": "git",
"url": "mschipperheyn/react-growable-textarea"
},
"homepage": "http://mschipperheyn.github.io/react-growable-textarea",
"scripts": {
"build": "webpack -p",
"dev": "webpack --watch && ws",
"start":"ws"
},
"keywords": [
"react",
"ecosystem-react",
"react-component",
"textarea"
],
"author": "Marc Schipperheyn <m.schipperheyn@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=0.12"
},
"devDependencies": {
"css-loader": "^0.9.0",
"envify": "~1.2.1",
"grunt": "~0.4.2",
"grunt-amd-wrap": "^1.0.1",
"grunt-browserify": "~1.3.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-react": "~0.10.0",
"grunt-react-render": "^0.1.2",
"grunt-shell": "~0.6.4",
"jsx-loader": "^0.12.2",
"less": "^2.1.2",
"less-loader": "^2.0.0",
"local-web-server": "^0.5.15",
"react": "~0.12.0",
"requirejs": "~2.1.9",
"sinon": "^1.10.3",
"style-loader": "^0.8.2"
}
}