-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.06 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.06 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "t-creo-front-end",
"version": "1.10.0",
"description": "Mini proyecto de desarrollo de software de la Universidad Simón bolívar",
"scripts": {
"build": "npm run test && NODE_ENV=production node utils/build.js",
"start": "NODE_ENV=development node utils/webserver.js",
"lint": "eslint src --ext .ts",
"pretest": "npm run lint",
"test": "sass-lint -v -q",
"version": "echo API_URL=http://107.170.90.209:8081 > .env && npm run build && git add -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t-creo/front-end.git"
},
"keywords": [
"t-creo",
"chrome-extension"
],
"author": "Ver README.md",
"license": "ISC",
"bugs": {
"url": "https://github.com/t-creo/front-end/issues"
},
"homepage": "https://github.com/t-creo/front-end#readme",
"engines": {
"node": "10.16.0"
},
"dependencies": {
"axios": "^0.19.0"
},
"devDependencies": {
"@types/chrome": "0.0.89",
"@types/clean-webpack-plugin": "^0.1.3",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/dotenv-webpack": "^1.7.0",
"@types/html-webpack-plugin": "^3.2.1",
"@types/node": "^12.7.11",
"@types/webpack": "^4.39.2",
"@types/webpack-dev-server": "^3.1.7",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"autoprefixer": "^9.6.1",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "2.1.0",
"dotenv-webpack": "^1.7.0",
"eslint": "^6.5.1",
"file-loader": "3.0.1",
"fs-extra": "7.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-lint": "^1.13.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.11.0",
"write-file-webpack-plugin": "4.5.0",
"www-client-js": "^1.1.0"
},
"standard": {
"globals": [
"chrome"
]
}
}