-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
{
"name": "spark-ar-pixelate-eyes",
"version": "1.0.0",
"description": "Pixelate Eyes Filter",
"author": "gex.codes",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/geckse/spark-ar-pixelate-eyes.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode=production --config webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack --watch --mode=production --config webpack.config.js"
},
"keywords": [
"ar",
"spark-ar"
],
"dependencies": {
"mersenne-twister": "^1.1.0",
"simplex-noise": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"node-sass": "^4.12.0",
"standard": "^13.1.0",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}