-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 3.01 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "bits-to-atoms",
"homepage": "https://bitstoatoms.io",
"version": "0.14.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
"@react-spring/three": "^9.0.0-beta.33",
"@reduxjs/toolkit": "^1.2.5",
"@textile/hub": "^1.1.0",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/redux-form": "^8.2.3",
"@types/redux-saga": "^0.10.5",
"@types/uuid": "^8.3.0",
"acorn": "^8.0.1",
"axios": "^0.20.0",
"drei": "^1.5.6",
"gh-pages": "^3.1.0",
"google-protobuf": "^3.2.0",
"ipfs": "^0.50.2",
"ipfs-http-client": "^46.0.0",
"minimist": "^1.2.2",
"normalizr": "^3.6.0",
"orbit-db": "^0.26.0-rc2",
"orbit-db-store": "3.x",
"react": "^16.13.1",
"react-dom": "^16.13.0",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.0",
"react-sizeme": "^2.6.12",
"react-spring": "^8.0.27",
"react-three-fiber": "^4.2.21",
"redux": "^4.0.5",
"redux-form": "^8.3.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"three": "^0.119.1",
"typescript": "^4.0.2",
"uuid": "^8.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"test:ci": "react-scripts test --ci --coverage --coverageDirectory=jest_coverage --watchAll=false",
"start:instrumented": "react-scripts -r tgale-instrument-cra start",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"lint": "eslint \"src/**\" \"cypress/**\"",
"lint:fix": "eslint \"src/**\" \"cypress/**\" --fix",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cypress/code-coverage": "3.8.1",
"@percy/cypress": "^2.3.1",
"@testing-library/dom": "^7.24.1",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^3.4.1",
"@testing-library/user-event": "^12.1.4",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"bufferutil": "^4.0.1",
"coveralls": "^3.0.11",
"cypress": "^5.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.2",
"istanbul-lib-coverage": "^3.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.2",
"react-scripts": "^4.0.0",
"react-test-renderer": "^16.13.1",
"tgale-instrument-cra": "4.0.0-alpha.1",
"utf-8-validate": "^5.0.2"
}
}