-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "culture-visuelle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel ./src/articles/* --open",
"prebuild": "rmdir docs /s /q",
"build": "parcel build ./src/articles/* --out-dir docs --public-url ./"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/p5": "^0.9.1",
"babel-loader": "^8.1.0",
"cssnano": "^4.1.10",
"express": "^4.17.1",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"html-webpack-plugin": "^4.5.0",
"parcel": "^1.12.4",
"replace-in-file": "^6.1.0",
"sass": "^1.30.0",
"sass-loader": "^10.0.2",
"typescript": "^4.1.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@tweenjs/tween.js": "^18.6.4",
"css-loader": "^4.3.0",
"dat.gui": "^0.7.7",
"p5": "^1.1.9",
"perlin.js": "^1.0.0",
"poisson-disk-sampling": "^2.2.2",
"style-loader": "^1.3.0",
"three": "^0.121.1"
},
"engines": {
"node": "12.x"
}
}