-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.85 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.85 KB
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
{
"name": "generative",
"version": "0.2.0",
"private": true,
"author": "Avin Lambrero <avin.github@gmail.com> (https://github.com/avin/)",
"license": "Creative Commons",
"scripts": {
"dev": "multi-static dev --config ./configs/main.config.js",
"build": "multi-static build --config ./configs/main.config.js",
"postinstall": "npm run npm-subfolders",
"npm-subfolders": "node ./scripts/npmSubfolders.js",
"npm-subfolders:all": "node ./scripts/npmSubfolders.js --all",
"npm-clean": "find ./demos ./exp -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
"pub": "yarn run build && git add -A && git commit -m \"upd\" && git push -f origin master"
},
"dependencies": {
"@babel/core": "7.8.4",
"@babel/eslint-parser": "7.15.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.9.0",
"@babel/runtime": "7.8.4",
"babel-loader": "8.2.2",
"bluebird": "^3.7.2",
"core-js": "3.15.2",
"fs-extra": "10.0.0",
"glslify-loader": "^2.0.0",
"jimp": "^0.16.1",
"klaw-sync": "6.0.0",
"localhost-certs": "^1.1.1",
"lodash": "4.17.21",
"multi-static": "^0.2.8",
"mustache": "^4.2.0",
"npm-install-subfolders": "^0.1.3",
"raw-loader": "^4.0.2",
"read-first-line": "1.0.4",
"sass": "^1.45.2",
"shelljs": "^0.8.4",
"static-hash-version": "1.0.0",
"terser-webpack-plugin": "2.3.4",
"webpack": "4.41.5",
"webpack-dev-middleware": "3.7.2",
"yargs": "17.0.1"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
},
"volta": {
"node": "16.13.2",
"yarn": "1.22.17"
}
}