-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "@meetup/swarm-design-system",
"version": "0.0.1",
"description": "Swarm Design System, by Meetup",
"repository": {
"type": "git",
"url": "git://github.com/meetup/swarm-design-system.git"
},
"author": "[email protected], [email protected]",
"license": {
"type": "MIT",
"url": "https://github.com/meetup/swarm-design-system/blob/master/LICENSE"
},
"peerDependencies": {
"swarm-animation": "^0.0.95"
},
"dependencies": {
"@alrra/travis-scripts": "^3.0.1",
"classnames": "2.2.5",
"gatsby": "^1.9.149",
"gatsby-link": "^1.6.22",
"gatsby-plugin-react-helmet": "^1.0.5",
"gatsby-plugin-sass": "^1.0.12",
"gatsby-source-filesystem": "^1.4.12",
"gatsby-transformer-remark": "^1.7.7",
"html-react-parser": "^0.4.0",
"iframe-resizer": "^3.5.14",
"meetup-web-components": "4.5.1823",
"raw-loader": "^0.5.1",
"react-copy-to-clipboard": "^5.0.1",
"swarm-constants": "^1.2.76",
"swarm-icons": "^1.3.129",
"swarm-sasstools": "^3.0.317",
"tinycolor2": "^1.4.1"
},
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo no tests found"
},
"devDependencies": {
"gh-pages": "1.0.0",
"prettier": "^1.6.1",
"react-transition-group": "2.2.0",
"swarm-animation": "^0.0.95"
}
}