-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.21 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
{
"name": "student-fabric",
"private": true,
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
"@emotion/babel-plugin": "^11.2.0",
"@emotion/react": "^11.1.5",
"@meilisearch/instant-meilisearch": "^0.3.2",
"babel-loader": "^8.2.2",
"compression": "^1.7.4",
"compression-webpack-plugin": "^7.1.2",
"core-js": "3",
"cross-fetch": "^3.1.2",
"date-fns": "^2.17.0",
"express": "^4.17.1",
"express-static-gzip": "^2.1.1",
"minireset.css": "^0.0.7",
"node-cache": "^5.1.2",
"preact": "^10.5.12",
"preact-render-to-string": "^5.1.18",
"react-icons": "^4.2.0",
"react-instantsearch-dom": "^6.10.3",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^5.24.3",
"webpack-cli": "^4.7.2",
"webpack-manifest-plugin": "^3.0.0",
"workbox-cacheable-response": "^6.1.1",
"workbox-core": "^6.1.1",
"workbox-expiration": "^6.1.1",
"workbox-navigation-preload": "^6.1.1",
"workbox-precaching": "^6.1.1",
"workbox-routing": "^6.1.1",
"workbox-strategies": "^6.1.1",
"workbox-webpack-plugin": "^6.1.2"
},
"devDependencies": {
"@storybook/addon-actions": "6.2.4",
"@storybook/addon-essentials": "6.1.20",
"@storybook/addon-links": "6.2.1",
"@storybook/preact": "6.1.20",
"@types/compression": "^1.7.0",
"@types/express": "^4.17.11",
"@types/node": "^14.14.31",
"@types/react-instantsearch-dom": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.18.0",
"concurrently": "^6.0.0",
"eslint": "^7.22.0",
"eslint-config-preact": "^1.1.3",
"eslint-config-prettier": "^8.1.0",
"nodemon": "^2.0.7",
"prettier": "^2.2.1"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "webpack",
"start": "concurrently \"webpack --watch\" \"nodemon --watch build/server/index.js --watch build/static/manifest.json build/server/index.js\"",
"lint": "eslint src --ext .ts,.tsx",
"format": "prettier --write ."
},
"browserslist": "> 1% and not dead"
}