This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 1.81 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "fabrizio-duroni",
"version": "1.20.1",
"description": "Fabrizio Duroni aka 'chicio' website",
"main": "index.js",
"scripts": {
"flow": "_scripts/flow.sh",
"setup": "_scripts/setup.sh",
"build": "gulp",
"start": "_scripts/start.sh",
"test": "_scripts/test.sh",
"version": "_scripts/version.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chicio/chicio.github.io.git"
},
"keywords": [
"fabrizio",
"duroni",
"chicio",
"mobile",
"computer-graphics",
"react-native",
"ios",
"android",
"mobile-apps",
"native-apps",
"native"
],
"author": "Fabrizion Duroni",
"license": "MIT",
"bugs": {
"url": "https://github.com/chicio/chicio.github.io/issues"
},
"homepage": "https://github.com/chicio/chicio.github.io#readme",
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/preset-env": "7.6.3",
"@babel/register": "7.6.2",
"ajv": "6.10.2",
"babel-eslint": "10.0.3",
"babelify": "10.0.0",
"browserify": "16.5.0",
"critical": "2.0.0-23",
"eslint": "6.6.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-flowtype": "4.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"flow-bin": "0.111.3",
"flow-remove-types": "2.111.3",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-eslint": "6.0.0",
"gulp-imagemin": "6.1.1",
"gulp-purgecss": "1.2.0",
"gulp-rev-append": "0.1.8",
"gulp-sass": "4.0.2",
"gulp-uglify": "3.0.2",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"dependencies": {
"bootstrap": "4.3.1",
"detector-webgl": "2.0.0",
"intersection-observer": "0.7.0",
"three": "0.110.0"
}
}