forked from design-systems-academy/design-systems.academy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.89 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "design-systems.academy",
"version": "0.1.0",
"description": "Design systems academy",
"main": "index.js",
"scripts": {
"postinstall": "cd styleguide/ && npm install && cd -",
"build": "gatsby build",
"develop": "gatsby develop",
"devhost": "gatsby develop --host 192.168.0.112",
"format": "prettier --write 'src/**/*.js'",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint": "eslint src/**/*.{js,jsx}",
"server": "node server/app.js",
"stylelint": "stylelint src/**/*.js",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh",
"styleguidist:server": "cd styleguide && npm run styleguidist:server",
"deploy": "npm run build npm run deploy:release",
"deploy:release": "git-directory-deploy --directory ./release --repo origin --branch gh-pages",
"test:visual": "cd styleguide/ && npx styleguidist-visual test --url http://localhost:6060/",
"test:visual:approve": "cd styleguide/ && npx styleguidist-visual approve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/design-systems-academy/design-systems.academy.git"
},
"author": "Varya Stepanova [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/design-systems-academy/design-systems.academy/issues"
},
"homepage": "https://github.com/design-systems-academy/design-systems.academy#readme",
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"babel-eslint": "^8.2.3",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-import": "^1.7.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-webpack-plugin": "^0.1.1",
"dotenv": "^5.0.1",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.2",
"gatsby-cli": "^1.1.58",
"gatsby-plugin-styled-components": "^2.0.11",
"git-directory-deploy": "^1.5.1",
"json-loader": "^0.5.7",
"postcss": "^6.0.22",
"postcss-cli": "^5.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-custom-properties": "^7.0.0",
"postcss-custom-selectors": "^4.0.1",
"postcss-easy-media-query": "^1.0.0",
"postcss-load-plugins": "^2.3.0",
"postcss-loader": "^2.1.5",
"postcss-media-variables": "^2.0.1",
"postcss-nested": "^3.0.0",
"postcss-sorting": "^3.1.0",
"postcss-text-remove-gap": "^1.1.1",
"postcss-utilities": "^0.8.0",
"precss": "^3.1.2",
"prettier": "^1.12.0",
"sharp-cli": "^1.7.0",
"styled-components": "^3.3.3",
"stylelint": "^9.2.1",
"stylelint-config-css-modules": "^1.2.0",
"stylelint-config-standard": "^18.2.0",
"url-loader": "^1.0.1",
"webpack-bundle-analyzer": "^2.12.0"
},
"dependencies": {
"antd": "^3.5.2",
"express": "^4.16.3",
"fontfaceobserver": "^2.0.13",
"gatsby": "^1.9.261",
"gatsby-image": "^1.0.51",
"gatsby-link": "^1.6.44",
"gatsby-plugin-catch-links": "^1.0.22",
"gatsby-plugin-feed": "^1.3.22",
"gatsby-plugin-google-analytics": "^1.0.30",
"gatsby-plugin-manifest": "^1.0.22",
"gatsby-plugin-netlify": "^1.0.19",
"gatsby-plugin-offline": "^1.0.16",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-react-svg": "^1.1.1",
"gatsby-plugin-sharp": "^1.6.44",
"gatsby-plugin-sitemap": "^1.2.21",
"gatsby-plugin-styled-jsx": "^2.0.6",
"gatsby-plugin-styled-jsx-postcss": "^1.0.4",
"gatsby-remark-autolink-headers": "^1.4.19",
"gatsby-remark-copy-linked-files": "^1.5.31",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^1.5.63",
"gatsby-remark-prismjs": "^2.0.1",
"gatsby-remark-responsive-iframe": "^1.4.18",
"gatsby-remark-smartypants": "^1.4.12",
"gatsby-source-filesystem": "^1.5.36",
"gatsby-transformer-remark": "^1.7.41",
"gatsby-transformer-sharp": "^1.6.24",
"js-yaml": "^3.11.0",
"node-fetch": "^2.2.0",
"normalize.css": "^8.0.0",
"prismjs": "^1.14.0",
"react": "^16.4.1",
"react-addons-perf": "^15.4.2",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-instantsearch": "^5.0.3",
"react-md-spinner": "^0.2.5",
"react-obfuscate": "^1.3.3",
"react-router-dom": "^4.3.1",
"react-share": "^2.1.1",
"react-visibility-sensor": "^3.11.0",
"rehype-react": "^3.0.3",
"remark": "^9.0.0",
"remark-html": "^7.0.0",
"remark-parse": "^5.0.0",
"styled-jsx": "^2.2.6",
"styled-jsx-plugin-postcss": "^0.1.3",
"styled-jsx-plugin-stylelint": "^0.1.0",
"tinycolor2": "^1.4.1",
"typeface-open-sans": "^0.0.54",
"yaml-loader": "^0.5.0"
},
"keywords": [
"gatsby",
"Design",
"system",
"pattern",
"library"
]
}