-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 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
{
"name": "ditup-solid",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@comunica/query-sparql": "^2.0.7-alpha.10.0",
"@inrupt/solid-client": "^1.21.0",
"@inrupt/solid-client-authn-browser": "^1.11.7",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"classnames": "^2.3.1",
"lodash.capitalize": "^4.2.1",
"lodash.debounce": "^4.0.8",
"lodash.intersection": "^4.4.0",
"lodash.shuffle": "^4.2.0",
"rdf-namespaces": "^1.9.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-masonry-css": "^1.0.16",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-scripts": "4",
"sass": "^1.50.1",
"typescript": "^4.6.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"generate-icons": "npx fontello-cli install --config src/assets/fontello/config.json --css src/assets/fontello/css/ --font src/assets/fontello/font/",
"eject": "react-scripts eject",
"format": "prettier --write \"src/**/*.{ts,tsx,json,md,css,scss}\"",
"lint": "eslint . --ext .ts --ext .tsx"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@types/lodash.capitalize": "^4.2.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.intersection": "^4.4.7",
"@types/lodash.shuffle": "^4.2.7",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.2"
}
}