This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@bufferapp/components",
"version": "2.1.3",
"description": "A shared set of UI Components",
"main": "index.js",
"scripts": {
"start": "start-storybook -p 9001",
"deploy-storybook": "storybook-to-ghpages",
"lint": "eslint . --ignore-pattern coverage .storybook node_modules",
"test": "yarn run lint && jest",
"test-update": "jest -u",
"test-watch": "jest --watch",
"chromatic": "chromatic test --storybook-addon --script-name start --app-code=igage0xs8ir"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bufferapp/buffer-components.git"
},
"author": "Harrison Harnisch <[email protected]> (https://hharnisc.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bufferapp/buffer-components/issues"
},
"homepage": "https://github.com/bufferapp/buffer-components#readme",
"peerDependencies": {
"react": ">= 0.14.0"
},
"jest": {
"verbose": true,
"moduleNameMapper": {
"\\.(css|less)$": "identity-obj-proxy"
}
},
"devDependencies": {
"@storybook/addon-storyshots": "3.2.13",
"@storybook/react": "3.2.13",
"@storybook/storybook-deployer": "2.0.0",
"babel-eslint": "8.0.1",
"babel-preset-es2015": "6.24.1",
"enzyme": "3.1.0",
"enzyme-adapter-react-16": "1.0.2",
"eslint": "4.9.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"identity-obj-proxy": "3.0.0",
"jest": "21.2.1",
"react": "16.0.0",
"react-chromatic": "^0.7.9",
"react-dom": "16.0.0",
"react-test-renderer": "16.0.0",
"storybook-addon-a11y": "3.1.9"
},
"dependencies": {
"@bufferapp/react-keyframes": "0.2.5",
"react-autocomplete": "1.7.2",
"react-day-picker": "6.2.1"
},
"publishConfig": {
"access": "public"
}
}