-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.19 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 2.19 KB
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
{
"name": "townsend",
"version": "1.0.0",
"description": "[](https://dev.azure.com/dankatdennis/1897d72d-92c1-41f9-8c1e-1dee9eaca720/_boards/board/t/b6f03113-1fcb-4277-831f-07fafd2de635/Microsoft.RequirementCategory/) The Townsend directive",
"main": "./dist/main.js",
"scripts": {
"dev:electron": "cross-env NODE_ENV=development webpack --config webpack.electron.config.js --mode development && electron .",
"dev:react": "cross-env NODE_ENV=development webpack-dev-server --config webpack.react.config.js --mode development",
"start": "concurrently \"npm run dev:react\" \"npm run dev:electron\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/katungi/townsend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/katungi/townsend/issues"
},
"homepage": "https://github.com/katungi/townsend#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/react-codemirror": "^1.0.3",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
"electron": "^10.1.2",
"html-webpack-plugin": "^4.4.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@monaco-editor/react": "^3.6.2",
"@types/app-root-path": "^1.2.4",
"@types/codemirror": "0.0.98",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"antd": "^4.6.4",
"app-root-path": "^3.0.0",
"codemirror": "^5.58.0",
"concurrently": "^5.3.0",
"electron-is-dev": "^1.2.0",
"electron-splashscreen": "^1.0.0",
"monaco-editor": "^0.21.0",
"react": "^16.13.1",
"react-codemirror": "^1.0.0",
"react-codemirror2": "^7.2.1",
"react-dom": "^16.13.1"
}
}