forked from RoyTimes/materialize_blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.54 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
{
"name": "material-ui-docs",
"version": "0.14.2",
"description": "Documentation site for material-ui",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"engines": {
"node": ">=4"
},
"private": true,
"scripts": {
"start": "npm run browser:development",
"browser:development": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --inline",
"build": "NODE_ENV=docs-production webpack --config webpack-production.config.js --progress --colors --profile",
"prd": "NODE_ENV=docs-production webpack-dev-server --config webpack-production.config.js --progress --colors --profile"
},
"dependencies": {
"lodash": "^4.0.0",
"material-ui": "^0.14.2",
"react-tap-event-plugin": "^0.2.1"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.21",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-dev-warning": "^0.1.0",
"babel-plugin-transform-react-constant-elements": "^6.3.13",
"babel-plugin-transform-react-inline-elements": "^6.3.13",
"babel-plugin-transform-react-remove-prop-types": "^0.1.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babel-runtime": "^6.3.19",
"css-loader": "^0.23.0",
"doctrine": "^1.1.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.13.0",
"esutils": "^1.1.6",
"highlight.js": "^9.0.0",
"history": "1.13.x",
"html-webpack-plugin": "^1.6.1",
"intl": "^1.0.1",
"json-loader": "^0.5.4",
"marked": "^0.3.5",
"material-ui": "^0.14.2",
"raw-loader": "^0.5.1",
"react": "^0.14.0",
"react-addons-linked-state-mixin": "^0.14.0",
"react-addons-perf": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.3",
"react-docgen": "^2.4.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.2.8",
"react-motion": "^0.3.1",
"react-router": "1.0.2",
"react-swipeable-views": "^0.3.0",
"recast": "^0.10.39",
"style-loader": "0.13.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
}
}