-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.08 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.08 KB
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
{
"private": true,
"name": "chipstackoverflow",
"version": "0.0.0",
"description": "Undefined yet.",
"author": "Kohei Asai <yo@kohei.dev> (https://www.kohei.dev/)",
"contributors": [
"Kohei Asai <yo@kohei.dev> (https://www.kohei.dev/)",
"Ryo Togashi <ryo.togashi.ca@gmail.com> (https://ryotogashi.com/)"
],
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@apollo/react-ssr": "^3.1.5",
"@bugsnag/js": "^7.1.1",
"@tippyjs/react": "^4.0.0-alpha.3",
"apollo-boost": "^0.4.8",
"date-fns": "^2.11.1",
"firebase": "^7.10.0",
"graphql": "^15.0.0",
"immutable": "^4.0.0-rc.12",
"next": "^9.4.2",
"numeral": "^2.0.6",
"react": "16.13.0",
"react-content-loader": "^5.0.2",
"react-dom": "16.13.0",
"recoil": "github:Pearce-Ropion/Recoil#38f0675e263053341f16fbf93e10d51aba0068bc",
"rxjs": "^6.5.4",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-docs": "^5.3.14",
"@storybook/addon-knobs": "^5.3.14",
"@storybook/addon-viewport": "^5.3.14",
"@storybook/react": "^5.3.14",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.7",
"@types/numeral": "0.0.26",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-test-renderer": "^16.9.2",
"@types/recoil": "0.0.1",
"@types/styled-components": "^5.0.1",
"babel-loader": "^8.1.0",
"jest": "^25.1.0",
"prettier": "^2.0.3",
"react-docgen-typescript-loader": "^3.6.0",
"react-test-renderer": "^16.13.0",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3"
},
"scripts": {
"format": "prettier --write '**/*.{ts,tsx}'",
"test": "jest",
"build": "next build",
"storybook": "start-storybook -s ./public",
"dev": "next dev"
},
"homepage": "https://github.com/agnosticful/chipstackoverflow#readme",
"bugs": {
"url": "https://github.com/agnosticful/chipstackoverflow/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agnosticful/chipstackoverflow.git"
}
}