-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.04 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
70
{
"name": "system-effects-editor",
"version": "0.1.0",
"description": "System effects editor",
"main": "index.js",
"browserslist": [
"> 1%",
"last 2 versions",
"ie 11"
],
"scripts": {
"dev": "webpack-dev-server",
"docs_gen": "jsdoc -r -d jsdoc_output/ public/",
"docs_watch": "watch \"npm run docs_gen\" public",
"docs_serve": "echo Docs are being served on port 8082! && live-server -q --port=8082 --no-browser jsdoc_output/",
"docs": "concurrently --kill-others \"npm run docs_serve\" \"npm run docs_watch\"",
"webpack": "webpack -p --config webpack.config.prod.js",
"test": "mocha-webpack src/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-creations/sys-effects.git"
},
"author": "m-creations gmbh",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/m-creations/sys-effects.git"
},
"homepage": "https://github.com/m-creations/sys-effects.git",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"concurrently": "^3.4.0",
"css-loader": "^0.28.0",
"file-loader": "^1.1.11",
"inject-loader": "^3.0.0",
"jsdoc": "^3.5.5",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"live-server": "^1.2.0",
"mocha": "^3.2.0",
"mocha-webpack": "^0.7.0",
"node-sass": "^4.5.2",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
"sinon": "^2.1.0",
"style-loader": "^0.16.1",
"watch": "^1.0.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.2",
"webpack-jquery-ui": "^1.0.0"
},
"dependencies": {
"angular": "^1.6.7",
"angular-dragdrop": "^1.0.13",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-grid": "^4.4.7",
"bootstrap": "^3.3.5",
"d3-hierarchy": "^1.1.6",
"d3-selection": "^1.3.0",
"d3-shape": "^1.2.0",
"es5-shim": "^4.5.10",
"es6-shim": "^0.35.3"
}
}