-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.54 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": "@tellaweb/webapp",
"version": "1.3.9",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"start": "next start -p 3000",
"lint": "next lint",
"build": "next build",
"build:css": "NODE_ENV=production tailwindcss -o styles/tailwind.css",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=15ec91a46767 --build-script-name=build-storybook",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"devDependencies": {
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.8",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/js-cookie": "^2.2.7",
"@types/leaflet": "^1.7.11",
"@types/node": "^14.0.23",
"@types/ol": "^6.5.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@zeit/next-typescript": "^1.1.1",
"autoprefixer": "^10.3.7",
"babel-jest": "^27.4.6",
"chromatic": "^6.3.3",
"eslint": "^8.0.1",
"eslint-config-next": "^12.1.6",
"eslint-plugin-testing-library": "^5.0.4",
"jest": "^27.4.7",
"namor": "^2.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.9",
"postcss-import": "^14.0.2",
"storybook": "^6.3.8",
"tailwindcss": "^2.2.16",
"typescript": "4.4.4"
},
"dependencies": {
"@casl/ability": "^5.4.4",
"@casl/react": "^3.0.0",
"@divviup/dap": "^0.9.0",
"@fontsource/open-sans": "^4.5.1",
"@reduxjs/toolkit": "^1.7.1",
"@types/react-leaflet": "^2.8.2",
"axios": "^1.3.4",
"babel-plugin-react-require": "^3.1.3",
"btoa": "^1.2.1",
"classnames": "^2.3.1",
"date-fns": "^2.24.0",
"file-loader": "^6.2.0",
"filesize.js": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.1",
"leaflet": "^1.8.0",
"lodash": "^4.17.21",
"next": "^12.2.5",
"next-i18next": "^10.2.0",
"protobufjs": "^6.11.2",
"qrcode": "^1.5.0",
"qrcode.react": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-leaflet": "4.0.2",
"react-modal": "^3.14.3",
"react-openlayers": "^0.3.0",
"react-redux": "^7.2.6",
"react-table": "^7.7.0",
"react-to-print": "^2.14.7",
"rxjs": "^7.3.0",
"styled-components": "^5.3.5",
"zxcvbn": "^4.4.2"
}
}