-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
85 lines (85 loc) · 2.35 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
{
"name": "sds-viewer",
"version": "0.1.0",
"license": "MIT",
"private": true,
"homepage": "./",
"dependencies": {
"@craco/craco": "^6.1.2",
"@frogcat/ttl2jsonld": "^0.0.7",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@metacell/geppetto-meta-client": "^0.0.3",
"@metacell/geppetto-meta-core": "^0.0.3",
"@metacell/geppetto-meta-ui": "^0.0.3",
"@reduxjs/toolkit": "^1.6.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"axios": "^0.21.1",
"fs": "^0.0.1-security",
"gh-pages": "^3.2.3",
"jest": "26.6.0",
"jest-image-snapshot": "4.5.1",
"jest-puppeteer": "6.1.0",
"material-ui-dropzone": "^3.5.0",
"n3": "^1.13.0",
"puppeteer": "13.5.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.4",
"react-scripts": "^4.0.3",
"ts-jest": "^26.4.4",
"typescript": "^4.2.4",
"uuid": "^8.3.2"
},
"scripts": {
"start": "craco start",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"build": "craco build",
"test": "jest",
"e2e_test": "./node_modules/.bin/jest e2e.test.js --no-sandbox"
},
"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": {
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.8.4",
"@babel/preset-env": "^7.14.7",
"craco-plugin-react-hot-reload": "^0.1.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^1.7.0",
"webpack-cli": "^4.7.2"
},
"resolutions": {
"bezier-js": "4.0.3",
"three": "0.111.0",
"@metacell/geppetto-meta-core": "0.0.3",
"@metacell/geppetto-meta-ui": "0.0.3"
}
}