-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.58 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
{
"name": "natives-in-tech",
"version": "4.0.0",
"description": "Website for Natives in Tech",
"main": "index.js",
"scripts": {
"start": "next dev",
"build": "next build && yarn copy && yarn sitemap",
"export": "yarn sitemap && yarn run build && next export",
"copy": "cp -v ./.next/service-worker.js ./public/",
"deploy": "yarn run build && yarn run export",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"sitemap": "node siteMapGenerator.js",
"build-storybook": "build-storybook"
},
"license": "MIT",
"dependencies": {
"@tailwindcss/typography": "0.4.1",
"lodash.shuffle": "4.2.0",
"next": "11.1.2",
"next-offline": "5.0.5",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-animated-burgers": "1.2.8",
"react-detect-offline": "2.4.5",
"react-dom": "17.0.2",
"react-intl": "5.20.10",
"styled-components": "5.3.1",
"tailwindcss": "2.2.14",
"typed.js": "2.0.12"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/plugin-transform-react-jsx": "7.14.9",
"@tailwindcss/jit": "0.1.18",
"@types/lodash.shuffle": "4.2.6",
"@types/node": "16.9.1",
"@types/react": "17.0.20",
"@types/url-regex-safe": "1.0.0",
"autoprefixer": "10.3.4",
"babel-loader": "8.2.2",
"dotenv": "10.0.0",
"fork-ts-checker-webpack-plugin": "6.3.3",
"nextjs-sitemap-generator": "1.3.1",
"postcss": "8.3.6",
"prettier": "2.4.0",
"react-is": "17.0.2",
"ts-loader": "9.2.5",
"typescript": "4.4.2",
"webpack": "5.52.0"
}
}