-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.18 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": "ssg-homepage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"now-build": "npm run env && npm run build",
"analyze": "cross-env BUNDLE_ANALYZE=true next build ",
"watch:blog": "nodemon --watch 'public/pages-blog-markdown/*' -e md --exec 'node' ./bin/blog.js",
"dev": "npm run watch:blog & node ./bin/blog.js && next dev",
"env": "node ./bin/env.js",
"build": "next build ",
"postinstall": "node ./bin/blog.js",
"storybook": "start-storybook -s ./",
"start": "cross-env NODE_ENV=production npm run build && cross-env NODE_ENV=production node server.js",
"lint": "eslint .",
"test:unit": "TEST=true jest ./.storybook/storybook.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/polyfill": "^7.8.7",
"@babel/register": "^7.8.6",
"@next/bundle-analyzer": "9.0.5",
"babel-eslint": "10.0.1",
"bootstrap": "4.3.1",
"cacheable-response": "^1.10.2",
"chart.js": "^3.5.1",
"classnames": "2.2.6",
"colors": "1.3.3",
"cookie": "0.4.0",
"cross-env": "5.2.0",
"dotenv": "6.2.0",
"eslint": "6.2.2",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.6.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "7.11.1",
"eslint-watch": "4.0.2",
"expect": "24.9.0",
"express": "^4.17.1",
"firebase": "^9.1.0",
"firebase-admin": "^9.12.0",
"fs-extra": "8.1.0",
"gsap": "file:gsap-bonus.tgz",
"install": "^0.13.0",
"ionicons": "^4.0.0",
"isomorphic-unfetch": "3.0.0",
"js-cookie": "2.2.0",
"lodash": "4.17.15",
"merge-deep": "^3.0.2",
"mocha": "6.2.0",
"moment": "^2.24.0",
"next": "12.3.4",
"next-seo": "^6.0.0",
"nightwatch": "^1.3.4",
"node-sass": "^6.0.0",
"npm": "^7.24.1",
"postcss": "^8.3.8",
"prettier": "1.15.2",
"prop-types": "15.7.2",
"raw-loader": "^4.0.0",
"rc-switch": "^3.2.2",
"react": "^16.13.0",
"react-cookie-consent": "^6.3.0",
"react-device-detect": "^1.11.14",
"react-dom": "^16.13.0",
"react-horizontal-scrolling-menu": "^3.2.0",
"react-hot-keys": "^2.7.1",
"react-infinite-scroll-component": "^5.0.4",
"react-json-editor-ajrm": "2.5.13",
"react-markdown": "^4.3.1",
"react-player": "^2.7.2",
"react-select": "^5.2.2",
"sass": "^1.62.0",
"scrollmagic": "git+https://github.com/SolidStateGroup/ScrollMagic.git#gsap-v3",
"typescript": "^4.4.3",
"webpack": "5.1.1"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-info": "^5.3.14",
"@storybook/addon-knobs": "^5.3.14",
"@storybook/addon-options": "^5.3.14",
"@storybook/addon-storyshots": "^5.3.14",
"@storybook/react": "^5.3.14",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.4",
"jest": "^24.9.0",
"jest-css-modules": "^2.1.0",
"nodemon": "^1.19.4",
"storybook-addon-smart-knobs": "^5.0.0"
}
}