forked from julz/pairup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.88 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
{
"name": "pairup",
"version": "0.1.0",
"private": true,
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"firebase": "^8.2.1",
"immutability-helper": "^2.7.0",
"prettier-eslint-cli": "^4.7.1",
"prop-types": "^15.6.1",
"re-base": "^4.0.0",
"react": "^16.4.0",
"react-animations": "^1.0.0",
"react-beautiful-dnd": "^7.1.3",
"react-color": "^2.14.1",
"react-dom": "^16.4.0",
"react-firebaseui": "^4.1.0",
"react-flip-move": "^3.0.2",
"react-modal": "^3.4.5",
"react-popover": "^0.5.7",
"serve": "^11.3.2",
"shevyjs": "^1.1.0",
"styled-components": "^3.3.2",
"styled-icons": "^2.2.0",
"uigradients": "^0.2.1"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.6",
"@storybook/addon-backgrounds": "^3.4.6",
"@storybook/addon-knobs": "^3.4.6",
"@storybook/addon-links": "^3.4.6",
"@storybook/addon-viewport": "^3.4.6",
"@storybook/addons": "^3.4.6",
"@storybook/react": "^3.4.6",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-runtime": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-standard": "^3.1.0",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "serve -s build",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
}
}