-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.08 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
{
"name": "material-ui-docs",
"version": "0.14.0-rc1",
"description": "Documentation site for material-ui",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"private": true,
"scripts": {
"prestart": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --inline",
"start": "open http://localhost:3000",
"build": "webpack --config webpack-production.config.js --progress --colors --profile",
"prd": "webpack-dev-server --config webpack-production.config.js --progress --colors --profile"
},
"dependencies": {
"codemirror": "^5.5.0",
"history": "^1.11.1",
"intl": "^1.0.1",
"react-addons-perf": "^0.14.0",
"react-dom": "^0.14.0",
"react-motion": "^0.3.1",
"react-router": "^1.0.0-rc1",
"react-swipeable-views": "^0.3.0"
},
"devDependencies": {
"raw-loader": "^0.5.1",
"react": "^0.14.0",
"react-addons-linked-state-mixin": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.3",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
}
}