-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "react-animation-comparison",
"version": "0.2.0",
"dependencies": {
"animejs": "^3.1.0",
"d3-ease": "^1.0.5",
"delay": "^4.3.0",
"framer-motion": "^1.6.2",
"gsap": "^2.1.3",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-motion": "^0.5.2",
"react-move": "^6.0.0",
"react-scripts": "3.1.2",
"react-spring": "^8.0.27",
"react-transition-group": "^4.3.0",
"sanitize.css": "^11.0.0",
"velocity-animate": "^1.5.2",
"velocity-react": "^1.4.3"
},
"scripts": {
"start": "npm run storybook",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"deploy-storybook": "storybook-to-ghpages",
"lint": "eslint src/**/*.js",
"lint:fix": "eslint --fix src/**/*.js",
"format": "prettier --write src/**/*.*"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addon-options": "^5.2.1",
"@storybook/react": "^5.2.1",
"@storybook/storybook-deployer": "^2.8.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"eslint": "^6.4.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "1.18.2",
"react-hot-loader": "^4.12.14",
"storybook-readme": "^5.0.8"
}
}