-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "dot-to-dot",
"version": "1.0.0",
"description": "Experimental web app to draw dot-to-dot images",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --open --hot",
"build": "webpack --config webpack.prod.js"
},
"author": "Ricardo Sanchez",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"autoprefixer": "^9.8.0",
"blob-stream": "^0.1.3",
"clean-webpack-plugin": "^3.0.0",
"file-saver": "^1.3.8",
"gsap": "^3.3.1",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.5.1",
"jspdf": "^1.5.3",
"npm-check-updates": "^3.2.2",
"pdfkit": "^0.11.0",
"popper.js": "^1.16.1",
"postcss-loader": "^3.0.0",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-dom": "^16.13.1",
"react-responsive": "^8.1.0",
"svg-to-pdfkit": "^0.1.8"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.5.0",
"css-loader": "^2.1.1",
"file-loader": "^4.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"paper": "^0.12.8",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
}
}