-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.59 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "buddy_v2",
"version": "0.1.0",
"private": true,
"dependencies": {
"cuid": "2.1.1",
"gh-pages": "^1.1.0",
"lodash": "^4.17.11",
"phoenix": "^1.3.4",
"react": "^16.5.2",
"react-countdown-clock": "^2.4.0",
"react-country-flag": "^1.0.2",
"react-dom": "16.3.2",
"react-radio-buttons": "^1.2.2",
"react-radio-group": "^3.0.3",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"react-router-redux": "4.0.8",
"react-scripts": "^3.0.1",
"react-web-notification": "^0.3.1",
"redux": "4.0.0",
"redux-observable": "1.0.0-alpha.2",
"redux-thunk": "2.3.0",
"reselect": "3.0.1",
"rxjs": "6.1.0",
"rxjs-compat": "6.1.0",
"save": "^2.3.2",
"semantic-ui-react": "^0.82.5",
"tslib": "1.9.1",
"tslint": "5.10.0",
"typesafe-actions": "^2.0.2",
"typescript": "^3.4.5",
"utility-types": "2.0.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@craco/craco": "^5.2.1",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-info": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"@types/jest": "^22.2.3",
"@types/lodash": "^4.14.117",
"@types/node": "^12.0.2",
"@types/phoenix": "0.0.4",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-redux": "5",
"@types/react-router-dom": "4.2.6",
"@types/react-router-redux": "5.0.14",
"@types/storybook__react": "^3.0.9",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "8.0.5",
"cpy-cli": "^2.0.0",
"craco-less": "^1.7.0",
"redux-devtools-extension": "^2.13.2",
"semantic-ui-less": "^2.4.1",
"tslint-react": "^3.6.0"
},
"homepage": "https://esow.github.io/buddy_v2",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}