-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.26 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
71
72
73
74
{
"name": "Sniffer",
"version": "0.1.0",
"private": true,
"scripts": {
"start-ts": "react-scripts-ts start",
"build-ts": "react-scripts-ts build",
"build": "npm-run-all build-css build-ts",
"start": "npm-run-all -p watch-css start-ts",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"electron": "electron .",
"dev": "nf start -p 3000"
},
"homepage": "./",
"main": "electron-starter.js",
"dependencies": {
"@trodi/electron-splashscreen": "^0.3.0",
"body-parser": "~1.17.1",
"clone-deep": "^3.0.1",
"codemirror": "^5.34.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "~4.15.2",
"fs-extra": "^5.0.0",
"gsap": "^1.20.3",
"history": "^4.7.2",
"jquery": "^3.3.1",
"json-format": "^1.0.1",
"kill-port": "^1.1.0",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"node-sass-chokidar": "^0.0.3",
"npm-run-all": "^4.1.2",
"op-browser": "^1.0.5",
"prettyjson": "^1.2.1",
"react": "^16.2.0",
"react-base16-styling": "^0.6.0",
"react-dom": "^16.2.0",
"react-json-view": "^1.16.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "next",
"react-scripts": "1.0.17",
"react-scripts-ts": "2.8.0",
"react-toastify": "^3.3.4",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sanitize.css": "^5.0.0",
"semantic-ui-accordion": "^2.2.14",
"semantic-ui-css": "^2.2.14",
"semantic-ui-dimmer": "^2.2.14",
"semantic-ui-dropdown": "^2.2.14",
"semantic-ui-modal": "^2.2.14",
"semantic-ui-transition": "^2.2.14",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.0",
"socket.io-client": "^2.0.3",
"tsc": "^1.20150623.0"
},
"devDependencies": {
"@types/jest": "^21.1.8",
"@types/node": "^8.5.1",
"@types/react": "^16.0.30",
"@types/react-dom": "^16.0.3",
"@types/react-router-redux": "^5.0.10",
"electron": "^1.8.1",
"foreman": "^2.0.0"
}
}