-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.99 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
{
"name": "osma-charts",
"version": "1.0.0",
"scripts": {
"start": "echo 'call \"npm run server\" for development or \"npm run build\" for production'",
"server": "npm run clean && webpack-dev-server --progress --colors --config ./config/webpack.config-dev.js",
"precommit": "lint-staged",
"clean": "rm -f public/styles.css public/bundle.js",
"build": "npm run clean && NODE_ENV=production && webpack --config ./config/webpack.config-prod.js"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"autoprefixer-core": "^6.0.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-preact": "^1.1.0",
"babel-preset-stage-0": "^6.24.1",
"component-directory-webpack-plugin": "^1.0.5",
"css-loader": "^0.28.4",
"cssnano": "^3.10.0",
"eslint": "^4.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-preact": "^1.1.6",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"html-webpack-template": "^6.0.1",
"husky": "^0.13.4",
"lint-staged": "^4.0.1",
"node-sass": "^4.5.3",
"onchange": "^3.2.1",
"postcss-loader": "^2.0.6",
"precommit": "^1.2.2",
"prettier": "^1.4.4",
"react": "^15.6.1",
"sass-lint": "^1.10.2",
"sass-loader": "^6.0.6",
"sass-variable-loader": "^0.1.2",
"style-loader": "^0.18.2",
"stylelint-config-standard": "^16.0.0",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {
"classnames": "^2.2.5",
"cosmiconfig": "^2.1.3",
"d3-scale": "^1.0.6",
"date-fns": "^1.28.5",
"es6-promise": "^4.1.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"polished": "^1.2.0",
"preact": "^8.1.0",
"stylelint": "^8.1.1"
}
}