-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.76 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
103
104
{
"name": "blivesta.com",
"version": "2.0.0",
"description": "Design engineering & Content strategy.",
"author": "blivesta <[email protected]> (https://blivesta.com)",
"homepage": "https://blivesta.com",
"private": true,
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write 'src/**/*.{ts,tsx,js,jsx}'",
"format:ci": "prettier 'src/**/*.{tsx,ts}'",
"serve": "gatsby serve",
"svg": "svgo src/assets/**/*.svg --enable=removeDimensions",
"test": "jest --watch",
"test:ci": "jest",
"tsc": "tsc -p tsconfig.json --skipLibCheck",
"reg": "reg-suit run",
"lint": "eslint -c ./.eslintrc.js 'src/**/*.{js,ts,tsx}'",
"storybook": "NODE_ENV=production start-storybook -p 6006 --static-dir static",
"build-storybook": "NODE_ENV=production build-storybook --static-dir static —quiet",
"screenshot": "zisui --serverCmd 'start-storybook -p 6006 -s ./public' http://localhost:6006 --serverTimeout 1000000 --viewport '1280x800'"
},
"dependencies": {
"@storybook/addon-actions": "^5.2.8",
"@storybook/react": "^5.2.8",
"@types/react": "^16.9.17",
"chroma-js": "^2.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"gatsby": "^2.18.20",
"gatsby-image": "^2.2.37",
"gatsby-plugin-canonical-urls": "^2.1.18",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-manifest": "^2.2.36",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-react-helmet": "^3.1.20",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.3.12",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-plugin-typescript": "^2.1.25",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.45",
"gatsby-transformer-sharp": "^2.3.11",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"styled-components": "^4.4.1",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@storybook/addon-links": "^5.2.8",
"@storybook/addon-options": "^5.2.8",
"@storybook/addon-storysource": "^5.2.8",
"@storybook/addon-viewport": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/source-loader": "^5.2.8",
"@types/chroma-js": "^1.4.3",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/enzyme-to-json": "^1.5.3",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.5",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^4.4.2",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-loader": "^8.0.6",
"babel-plugin-remove-graphql-queries": "^2.7.21",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"jest": "^24.9.0",
"jest-preset-gatsby": "^1.0.23",
"prettier": "^1.19.1",
"reg-keygen-git-hash-plugin": "^0.8.5",
"reg-notify-github-plugin": "^0.8.5",
"reg-publish-s3-plugin": "^0.9.0",
"reg-suit": "^0.8.6",
"svg-react-loader": "^0.4.6",
"svgo": "^1.3.2",
"typescript": "^3.7.4",
"zisui": "^1.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/blivesta/blivesta.com"
}
}