-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "hacker-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build; cp .next/static/service-worker.js public/",
"start": "next start",
"test": "jest",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"storybook": "start-storybook -p 6006 -c .storybook",
"destiny": "destiny -w -S \"src/**/*.*\""
},
"dependencies": {
"date-fns": "^2.11.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.3.4",
"next-offline": "4.0.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"swr": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@cypress/webpack-preprocessor": "^4.1.3",
"@fullhuman/postcss-purgecss": "^2.1.0",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/react": "^5.3.17",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^10.0.1",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/react": "^16.9.23",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"cypress": "^4.2.0",
"destiny": "^0.6.0",
"jest": "^25.1.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.2.0",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.42.1"
}
}