-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "z2pc",
"version": "0.0.1",
"description": "indescribable",
"main": "mandelbrot.js",
"scripts": {
"clean": "rm ./dist/*.*",
"build": "webpack",
"serve": "live-server --open=./dist --port=8000",
"start": "webpack-dev-server --hot --inline"
},
"author": "Jason Tiscione",
"license": "MIT",
"devDependencies": {
"assets-webpack-plugin": "^3.5.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-latest": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"style-loader": "^0.16.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2",
"worker-loader": "^0.7.1"
},
"dependencies": {
"color-parse": "^1.2.0",
"color-space": "^1.14.3",
"lerp": "^1.0.3",
"mumath": "^3.0.0",
"jquery": "^3.1.1",
"rxjs": "^5.0.0-beta.12"
}
}