-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 941 Bytes
/
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
{
"name": "chartisan",
"version": "0.5.0",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"dist": "NODE_ENV=production webpack -p",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"d3": "^4.0.0-alpha.45",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"moment": "^2.13.0",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"react": "^15.3.0-rc.2",
"react-dom": "^15.3.0-rc.2",
"save-svg-as-png": "^1.0.3",
"style-loader": "^0.13.1",
"tachyons": "^4.0.4",
"tachyons-opacity": "^1.1.0",
"tachyons-outlines": "^1.0.0",
"tachyons-z-index": "^1.0.0",
"webpack": "^1.13.1"
}
}