-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·80 lines (80 loc) · 2.61 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
73
74
75
76
77
78
79
80
{
"name": "silc",
"version": "0.4.1",
"description": "Simple, Intutive, Library of Components for Web Developers",
"main": "index.js",
"scripts": {
"serve": "NODE_ENV=development webpack-dev-server --open",
"watch": "webpack --watch",
"build:staging": "NODE_ENV=staging webpack -p",
"sass-lint": "sass-lint -v -q --max-warnings=5",
"lint:fix": "sass-lint-auto-fix -c ./sass-resolver.yml",
"build:production": "NODE_ENV=production webpack -p",
"fractaldev": "concurrently --kill-others-on-fail \"npm run watch\" \"fractal start --sync\"",
"fractal": "stylelint '**/*.scss' --fix && stylelint '**/*.scss' && concurrently --kill-others-on-fail \"npm run watch\" \"fractal start --sync\"",
"fractal:build": "fractal build",
"stylelint": "stylelint '**/*.scss'",
"stylelint:fix": "stylelint '**/*.scss' --fix"
},
"author": {
"name": "Cristian Hernandez",
"email": "cristiancamilo.hernandezr@gmail.com",
"url": "https://chernandezwd.com"
},
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"ajv": "^6.5.2",
"autoprefixer": "^9.4.7",
"concurrently": "^4.1.2",
"copy-webpack-plugin": "^4.1.1",
"css-loader": "^2.1.0",
"eslint": "^5.16.0",
"file-loader": "^3.0.1",
"handlebars-loader": "^1.6.0",
"html-loader": "^0.5.1",
"mini-css-extract-plugin": "^0.5.0",
"normalize-scss": "^7.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-lint": "^1.12.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-selector-bem-pattern": "^2.1.0",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.1",
"webpack": "^4.29.3",
"webpack-dev-server": ">=3.1.11"
},
"repository": {
"type": "git",
"url": "https://github.com/cristianhernandez87/test_filtaglobal"
},
"dependencies": {
"@frctl/fractal": "^1.1.7",
"@popperjs/core": "^2.11.6",
"@types/bootstrap": "^4.1.3",
"@types/flickity": "^2.0.3",
"@types/jquery": "^3.3.29",
"@types/node": "^10.12.21",
"bootstrap": "^5.0.1",
"magnific-popup": "^1.1.0",
"compass": "^0.1.1",
"expose-loader": "^0.7.5",
"flickity": "^2.1.2",
"flickity-fullscreen": "^1.1.1",
"jquery": "^3.3.1",
"js-cookie": "^3.0.0",
"parallax-js": "^3.1.0",
"popper.js": "^1.14.6",
"precss": "^4.0.0",
"sass": "^1.57.1",
"sass-lint-auto-fix": "^0.16.2",
"tabs": "^0.2.0",
"webpack-cli": "^3.2.1"
}
}