-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "parcel-gulp",
"description": "Starter application by Development Seed",
"version": "5.0.0",
"author": {
"name": "Daniel da Silva",
"url": "http://danielfdsilva.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/danielfdsilva/parcel-gulp.git"
},
"license": "MIT",
"scripts": {
"serve": "NODE_ENV=development gulp serve",
"build": "NODE_ENV=production gulp",
"stage": "NODE_ENV=staging gulp",
"clean": "gulp clean"
},
"engines": {
"node": "16.x"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@parcel/reporter-bundle-analyzer": "^2.1.1",
"@parcel/reporter-bundle-buddy": "^2.1.1",
"@parcel/transformer-image": "2.1.1",
"del": "^6.0.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-inclusive-language": "^2.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"fancy-log": "^1.3.3",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"parcel": "^2.1.1",
"portscanner": "^2.2.0",
"posthtml-expressions": "^1.9.0",
"prettier": "^2.5.1"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}