-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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": "react-conversation-form",
"version": "2.0.2",
"description": "A React wrapper for Space10's Conversational Form",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"test": "jest --config .jestrc.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexgurr/react-conversation-form.git"
},
"keywords": [
"react",
"conversational-form",
"conversation-form",
"conversational",
"form"
],
"author": "conversation",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexgurr/react-conversation-form/issues"
},
"homepage": "https://github.com/alexgurr/react-conversation-form#readme",
"dependencies": {
"conversational-form": "0.9.6",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.14",
"@storybook/addon-links": "^3.2.14",
"@storybook/react": "^3.2.14",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.1.1",
"jest": "^21.2.1",
"jest-enzyme": "^4.0.1",
"react-dom": "^16.0.0"
}
}