-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "@codenameyau/web-components",
"description": "Reusable web components",
"main": "index.js",
"version": "0.1.2",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "NODE_PATH=src react-scripts test",
"eject": "react-scripts eject",
"storybook": "export NODE_PATH=src && start-storybook -p 9009 -s public",
"build-storybook": "export NODE_PATH=src && build-storybook -s public",
"deploy": "./bin/deploy-gh-pages"
},
"dependencies": {
"animejs": "^3.0.1",
"babel-plugin-macros": "^2.6.1",
"d3": "^5.9.7",
"d3-interpolate-path": "^2.1.0",
"date-fns": "^1.30.1",
"enzyme": "^3.10.0",
"lodash.get": "^4.4.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ink": "^6.4.0",
"react-scripts": "3.0.1",
"styled-components": "^4.3.2",
"styled-system": "^5.0.15"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-a11y": "^5.1.9",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addon-options": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"babel-jest": "^24.9.0",
"enzyme-adapter-react-16": "^1.15.1",
"jest-cli": "^24.9.0",
"react-cartesian": "^1.0.13"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
}