-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "quest-driven-development",
"version": "1.0.0",
"description": "Quest Driven Development documentation and tooling",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"cytoscape": "^3.18.1",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^5.3.1",
"svelte": "^3.35.0",
"svelte-loader": "^3.0.0",
"uuid": "^8.3.2",
"xstate": "^4.16.2"
},
"devDependencies": {
"@tsconfig/svelte": "^1.0.10",
"@types/cytoscape": "^3.14.12",
"@types/file-saver": "^2.0.1",
"@types/html-webpack-plugin": "^3.2.4",
"@webpack-cli/init": "^1.1.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^5.1.3",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"svelte-check": "^1.2.5",
"svelte-loader-hot": "^0.3.1",
"svelte-preprocess": "^4.6.9",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.26.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"test": "test",
"build": "webpack",
"start": "webpack serve --open",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rendall/quest-driven-development.git"
},
"author": "QDD project",
"license": "MIT",
"bugs": {
"url": "https://github.com/rendall/quest-driven-development/issues"
},
"homepage": "https://github.com/rendall/quest-driven-development#readme"
}