forked from ryanwiemer/subtle-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.87 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.87 KB
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
{
"name": "subtle-ui",
"description": "A collection of clever yet understated user interactions found on the web",
"version": "2.0.1",
"repository": "https://github.com/ryanwiemer/subtle-ui",
"author": "Ryan Wiemer <ryan@ryanwiemer.com>",
"dependencies": {
"@mdx-js/mdx": "^1.5.0",
"@mdx-js/react": "^1.5.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-standalone": "^6.26.0",
"gatsby": "^2.15.22",
"gatsby-image": "^2.2.21",
"gatsby-plugin-google-analytics": "^2.1.17",
"gatsby-plugin-mdx": "^1.0.44",
"gatsby-plugin-netlify": "^2.1.15",
"gatsby-plugin-nprogress": "^2.1.7",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-sharp": "^2.2.25",
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-sharp": "^2.2.17",
"prism-react-renderer": "^0.1.7",
"react": "^16.9.0",
"react-confetti": "^4.0.1",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-live": "^2.2.0",
"styled-components": "^4.4.0"
},
"keywords": [
"subtle-ui"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"lint:js": "eslint --ext .js,.jsx .",
"lint:css": "stylelint 'src/**/*.js'",
"check-pretty": "prettier -l {,src/**/}*.{js,jsx,json,css,scss}",
"format": "prettier --write \"src/**/*.js\"",
"test": "yarn run lint:css && yarn run lint:js && yarn run check-pretty",
"clean": "gatsby clean"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-gatsby-standard": "^2.1.1",
"prettier": "^1.16.4",
"stylelint": "9.10.1",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.5.2"
}
}