-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.3 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
{
"name": "rutorika-template",
"version": "0.0.3",
"private": true,
"dependencies": {
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"autoprefixer": "9.1.3",
"babel-jest": "^26.6.3",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-sitrep": "1.3.0",
"babelify": "10.0.0",
"editorconfig-checker": "^4.0.2",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"grunt": "1.3.0",
"grunt-browserify": "6.0.0",
"grunt-cleanempty": "1.0.4",
"grunt-colorguard": "0.2.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-uglify": "3.4.0",
"grunt-contrib-watch": "1.1.0",
"grunt-cssc": "0.2.6",
"grunt-csscomb": "4.2.0",
"grunt-datauri": "0.4.0",
"grunt-eslint": "23.0.0",
"grunt-force-task": "2.0.0",
"grunt-htmlhint": "0.9.13",
"grunt-newer": "1.3.0",
"grunt-postcss": "0.9.0",
"grunt-processhtml": "0.4.1",
"grunt-sass": "^3.1.0",
"grunt-spritesmith": "6.6.2",
"grunt-string-replace": "1.3.1",
"grunt-stylelint": "^0.16.0",
"grunt-svgstore": "2.0.0",
"grunt-unused": "0.2.3",
"imagemin-pngcrush": "7.0.0",
"imagemin-pngquant": "9.0.1",
"jest": "^26.6.3",
"load-grunt-config": "0.19.2",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.19.0"
},
"scripts": {
"build": "grunt build",
"start": "grunt watch-project-server",
"sprites": "grunt process-sprites",
"lint": "grunt test",
"test": "npx jest",
"quality": "grunt quality"
},
"license": "ISC",
"directories": {
"doc": "docs",
"test": "tests"
}
}