This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
72 lines (72 loc) · 1.96 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
{
"name": "gdgmadevents",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@auth0/cosmos": "^0.7.2",
"@reach/router": "^1.0.5",
"@wojtekmaj/react-timerange-picker": "^2.0.0",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"react-datetime": "^2.16.2",
"react-draft-wysiwyg": "^1.12.13",
"react-kronos": "^1.7.1",
"@types/react-dom": "^16.0.10",
"firebase": "^5.5.9",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "^2.1.3"
},
"scripts": {
"auth0workaround": "del-cli node_modules/@auth0/cosmos/meta/index.d.ts",
"lint": "eslint ./src --fix",
"prestart": "node fb.init",
"start": "react-scripts start",
"prebuild": "node fb.init",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"postinstall": "run-s auth0workaround"
},
"devDependencies": {
"@storybook/addon-actions": "^4.0.8",
"@storybook/addon-links": "^4.0.8",
"@storybook/addons": "^4.0.8",
"@storybook/react": "^4.0.8",
"@types/jest": "^23.3.9",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"del-cli": "^1.1.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"firebase-tools": "^6.5.0",
"npm-run-all": "^4.1.3",
"ts-jest": "^23.10.4",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AniketSK/gdgmadevents.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AniketSK/gdgmadevents/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}