-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 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
{
"name": "dsi-p4-pokedex-ayrtoncg20",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build ./src/index.html --public-url /dsi-p4-pokedex-ayrtoncg20/ - build",
"deploy": "gh-pages -d build",
"fix-lints": "standardx src/**/*.ts src/**/*.tsx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ULL-ESIT-DSI-1920/dsi-p4-pokedex-ayrtoncg20.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ULL-ESIT-DSI-1920/dsi-p4-pokedex-ayrtoncg20/issues"
},
"homepage": "https://github.com/ULL-ESIT-DSI-1920/dsi-p4-pokedex-ayrtoncg20#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.0.2",
"cssnano": "^4.1.10",
"eslint": "^7.7.0",
"eslint-config-prettier": "^5.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"parcel-bundler": "^1.12.4",
"postcss-clean": "^1.1.0",
"postcss-font-magician": "^2.3.1",
"postcss-nesting": "^7.0.1",
"prettier": "^2.1.1"
},
"dependencies": {
"postcss-cssnext": "^3.1.0",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.3"
}
}