-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.42 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
75
76
77
78
79
80
81
{
"name": "figment-ui",
"version": "0.3.2",
"description": "Javascript visualizations for the print medium.",
"main": "lib/index.js",
"author": "Daven Quinn",
"license": "ISC",
"homepage": "https://github.com/davenquinn/figment",
"repository": {
"type": "git",
"url": "https://github.com/davenquinn/figment-ui.git"
},
"bin": {
"figment": "bin/cli.js"
},
"scripts": {
"test": "./run-tests",
"dev": "webpack --watch",
"build": "webpack",
"prepare": "patch-package; npm run build",
"dist": "npm run build && electron-builder"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@blueprintjs/core": "^3.17.1",
"@macrostrat/hyper": "^1.2.10",
"@macrostrat/ui-components": "^0.5.2",
"@types/react": "^16.9.23",
"bluebird": "^3.4.6",
"check-prop-types": "^1.1.2",
"classnames": "^2.2.6",
"deasync": "^0.1.20",
"decache": "^4.5.1",
"devtools-detect": "^3.0.0",
"electron": "^13.1.0",
"electron-devtools-installer": "git+https://github.com/MarshallOfSound/electron-devtools-installer.git",
"electron-localshortcut": "^1.0.0",
"immutability-helper": "^3.0.0",
"loglevel": "^1.4.1",
"parcel-bundler": "^1.12.3",
"prop-types": "^15.7.2",
"ps-node": "^0.1.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-electron-web-view": "^2.0.1",
"react-spinners": "^0.6.1",
"react-split-pane": "^0.1.89",
"require-stack": "^1.0.2",
"run-electron": "^1.0.0",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"babel-loader": "^8.0.6",
"chai": "^3.5.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.1",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"d3-selection": "^1.0.3",
"electron-webpack": "^2.7.4",
"mocha": "^6.1.4",
"patch-package": "^6.2.1",
"postcss": "^7.0.17",
"postcss-loader": "^3.0.0",
"postcss-modules": "^1.4.1",
"react-hyperscript": "^3.2.0",
"style-loader": "^1.1.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"typescript": "^3.8.2",
"webpack": "^4.42.0",
"webpack-node-externals": "^1.7.2"
}
}