-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1007 Bytes
/
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
{
"name": "generate-art",
"version": "0.0.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.0.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.1",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"file-loader": "^5.0.2",
"gh-pages": "^2.1.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.4",
"mini-css-extract-plugin": "^0.8.0",
"prettier": "^1.19.1",
"style-loader": "^1.0.1",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"gl-matrix": "^3.1.0",
"knuth-shuffle": "^1.0.8",
"vectorize-text": "^3.0.2"
}
}