-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.37 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
{
"name": "mindercase",
"version": "1.0.0",
"description": "a test case management scheme based on mind map",
"main": "app.js",
"scripts": {
"init": "npm install -g bower && bower install && npm install",
"start": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zstaring/MinderCase.git"
},
"keywords": [
"minder",
"testcase"
],
"author": "zxing",
"license": "ISC",
"bugs": {
"url": "https://github.com/zstaring/MinderCase/issues"
},
"homepage": "https://github.com/zstaring/MinderCase#readme",
"dependencies": {
"kityminder-core": "^1.4.48",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
"koa-nunjucks-2": "^3.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"nodemonConfig": {
"ignore": [
"public/*"
],
"delay": "2500"
}
}