-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "handlebars-textbox",
"version": "1.0.4",
"description": "Powered textbox for editing handlebars code in a visual nice way.",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "./node_modules/.bin/eslint ./src",
"build": "./node_modules/.bin/babel src --out-dir lib --copy-files",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/Cimpress/handlebars-textbox.git"
},
"keywords": [
"handlebars",
"textbox",
"placeholders"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.6.0",
"debounce": "^1.2.0",
"draft-js": "^0.10.5",
"draft-js-handlebars-plugin": "1.0.0",
"draft-js-plugins-editor": "^2.1.1",
"draftjs-conductor": "^0.4.1",
"prop-types": "^15.6.2",
"react": "^16.7.0"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"babel-loader": "^8.0.5",
"eslint": "^5.12.0",
"eslint-config-google": "^0.11.0",
"eslint-plugin-react": "^7.12.3"
}
}