-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.63 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
{
"name": "geometric-drawer",
"version": "1.0.0",
"repository": "https://github.com/davidhatten/geometric-drawer",
"author": "davidhatten <[email protected]>",
"license": "MIT",
"scripts": {
"start": "yarn dev:start",
"dev:start": "bundle exec jekyll serve --config _config.yml,_config.dev.yml",
"dev:wds": "webpack-dev-server --content-base assets/javascripts/ --progress --inline --hot --mode=development --config=webpack.dev.babel.js",
"prod:build": "webpack --mode=production --progress --config=webpack.prod.babel.js",
"test": "eslint webpack",
"webpack-defaults": "webpack-defaults"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/plugin-transform-react-inline-elements": "^7.0.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-import": "^1.4.0",
"babel-plugin-transform-react-class-to-function": "^1.2.2",
"babel-preset-minify": "^0.5.0",
"compression-webpack-plugin": "^2.0.0",
"cross-env": "^5.0.5",
"css-loader": "^2.1.0",
"eslint": "^5.12.0",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"less": "^3.9.0",
"less-loader": "^4.0.5",
"less-vars-to-js": "^1.2.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"react-dom": "^16.0.0",
"sass-loader": "^7.0.3",
"source-map": "^0.7.3",
"style-loader": "^0.23.1",
"uglify-es": "^3.3.9",
"uglify-js": "^3.4.9",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.1.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@material-ui/core": "^4.3.0",
"@material-ui/icons": "^4.2.1",
"path-svg": "^0.2.1",
"point-on-circle": "^1.0.4",
"prop-types": "^15.5.10",
"react": "16.8.6",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.2.0",
"round-to": "^3.0.0",
"save-svg-as-png": "^1.4.6",
"twirl": "^0.2.1"
},
"pre-push": []
}