-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
86 lines (86 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
81
82
83
84
85
86
{
"name": "@axa-fr/site-slash",
"private": true,
"version": "1.3.14",
"description": "Static WebSite Design System, live documentation HTML/CSS and guidelines",
"main": "index.js",
"scripts": {
"start": "gulp dev",
"build": "gulp build",
"deploy": "npm run build && serve -s dist",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "run-s lint:**",
"lint:js": "eslint ./src --fix",
"lint:pug": "pug-lint ./src",
"lint:scss": "stylelint \"src/**/*.scss\" --formatter \"verbose\" --max-warnings 96 --fix"
},
"author": "Samuel Gomez",
"license": "MIT",
"dependencies": {
"@axa-fr/react-toolkit-all": "1.4.1",
"@axa-fr/react-toolkit-badge": "1.4.1",
"chokidar": "^3.5.3",
"rc-slider": "8.6.4"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/plugin-proposal-async-generator-functions": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-transform-async-to-generator": "7.4.4",
"@babel/plugin-transform-destructuring": "7.4.4",
"@babel/plugin-transform-modules-commonjs": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/register": "7.21.0",
"@babel/runtime": "7.4.4",
"babel-core": "6.26.3",
"babel-plugin-transform-imports": "2.0.0",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babelify": "10.0.0",
"browser-sync": "2.29.0",
"browserify": "16.2.3",
"co": "4.6.0",
"cuid": "2.1.4",
"del": "4.1.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "6.1.0",
"gulp-babel": "8.0.0",
"gulp-cache": "1.1.1",
"gulp-chmod": "2.0.0",
"gulp-clean-css": "4.2.0",
"gulp-concat": "2.6.1",
"gulp-copy": "4.0.1",
"gulp-plumber": "1.2.1",
"gulp-pug": "4.0.1",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-svg-sprite": "1.5.0",
"gulp-uglify": "3.0.2",
"gulplog": "1.0.0",
"html2pug": "4.0.0",
"js-beautify": "1.10.2",
"jstransformer-markdown-it": "2.1.0",
"jstransformer-scss": "2.0.0",
"node-fetch": "2.4.1",
"normalize-scss": "7.0.1",
"npm-run-all": "4.1.5",
"pretty": "2.0.0",
"pug-lint": "2.5.0",
"react-datepicker": "2.5.0",
"sass": "1.59.3",
"serve": "14.2.0",
"stylelint": "10.0.1",
"stylelint-config-standard": "18.3.0",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "4.0.0"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
}