forked from cristianferrarig/emojipicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (36 loc) · 909 Bytes
/
package.json
File metadata and controls
38 lines (36 loc) · 909 Bytes
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
{
"name": "emojipicker",
"description": "Emoji Picker widget",
"author": "Cristian Ferrari",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"watcher": "brunch watch --server",
"server": "brunch watch --server",
"build": "brunch build --production"
},
"dependencies": {
"react": "~15.3.0",
"react-dom": "~15.3.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "~6.11.1",
"brunch": "^2.4.0",
"clean-css-brunch": "^2.0.0",
"sass-brunch": "^2.0",
"postcss-brunch": "^0.5",
"autoprefixer": "^6.0",
"javascript-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.0",
"coffee-reactify": "^5.0.0",
"coffee-script-brunch": "^2.0.0",
"coffeeify": "~0.6",
"react-coffee-brunch": "^1.8.0"
}
}