forked from ericadamski/react-simple-feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "react-simple-feedback",
"version": "1.0.1",
"author": "Eric Adamski <er.adamski@gmail.com>",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^4.1.6",
"@storybook/addon-backgrounds": "^4.1.6",
"@storybook/addon-links": "^4.1.6",
"@storybook/addons": "^4.1.6",
"@storybook/react": "^4.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.5",
"jest": "^23.6.0",
"prettier": "^1.15.3",
"react-testing-library": "^5.4.4",
"regenerator-runtime": "^0.13.1",
"styled-components": "^4.1.3",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"peerDependencies": {
"react": "^16.7.0",
"styled-components": "^4.1.3"
},
"scripts": {
"test": "jest",
"prepare": "yarn test",
"prepublishOnly": "yarn build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "webpack --progress"
},
"dependencies": {
"title": "^3.4.0"
}
}