-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "styled-mdl",
"version": "0.0.24",
"description": "Components for React built using Styled Components and based on Google's Material Design Lite",
"private": false,
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/isogon/styled-mdl.git"
},
"engines": {
"npm": ">=3",
"node": ">=5"
},
"author": "David Weedon",
"license": "MIT",
"scripts": {
"dev": "node server",
"start": "NODE_ENV=production node server",
"build": "next build",
"postinstall": "yarn build"
},
"dependencies": {
"babel-plugin-styled-components": "^1.4.0",
"babel-preset-stage-0": "^6.24.1",
"core-decorators": "^0.20.0",
"express": "^4.16.2",
"is-node": "^1.0.2",
"next": "^4.1.3",
"polished": "^1.9.0",
"prismjs": "^1.9.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-icons": "^2.2.7",
"react-syntax-highlighter": "^5.8.0",
"recompose": "^0.26.0",
"styled-components": "^2.4.0",
"styled-mdl": "^0.1.9"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"eslint": "3.11.1",
"eslint-config-airbnb": "13.0.0",
"eslint-config-airbnb-base": "10.0.1",
"eslint-import-resolver-webpack": "0.8.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.7.1"
}
}