forked from fefeng/topoflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "topoflow",
"version": "0.9.21",
"description": " ",
"main": "/lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "webpack-dev-server --config=webpack/webpack.dev.js --hot --colors --inline --progress --host 0.0.0.0 --port 3030",
"build": "webpack --config webpack/webpack.prod.js --progress --profile --bail",
"build-lib": "babel ./src/ -d lib -s",
"build-sass": "node-sass --output-style compressed ./src/styles/index.scss > ./src/styles/index.css"
},
"author": "fefeng",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/fefeng/topoflow.git"
},
"keywords": [
"topo",
"Topology",
"flow"
],
"bugs": {
"url": "https://github.com/fefeng/topoflow/issues"
},
"homepage": "https://github.com/fefeng/topoflow#readme",
"dependencies": {
"d3": "4.12.2"
},
"resolutions": {
"d3-selection": "1.3.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^3.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"svg-url-loader": "^3.0.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1"
}
}