forked from Altinn/DesignSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.73 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.73 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
74
75
76
77
78
79
80
81
82
83
{
"name": "altinn-designsystem",
"version": "3.0.3",
"description": "Altinn Design system based on Pattern Lab.",
"keywords": [
"Altinn",
"Atomic Web Design",
"Design system",
"Pattern Lab"
],
"license": "MIT",
"author": "Altinn",
"repository": {
"type": "git",
"url": "git+https://github.com/Altinn/DesignSystem.git"
},
"scripts": {
"precommit-msg": "echo 'Pre-commit: Linting js and scss' && exit 0",
"dist": "gulp dist --max_old_space_size=4096",
"lint": "eslint source/js/",
"patterns": "gulp patternlab:patternsonly",
"purify": "purifycss public/css/style.css public/**/*.html public/**/*.js --info --rejected --out public/css/index.css",
"sass": "sass-lint -v -q",
"clean-public": "gulp pl-clean:public",
"start": "npm run start-all",
"start-all": "gulp patternlab:serve-all --max_old_space_size=8192",
"start-portal": "gulp patternlab:serve-portal --max_old_space_size=4096",
"start-infoportal": "gulp patternlab:serve-infoportal --max_old_space_size=4096",
"start-altinnett": "gulp patternlab:serve-altinnett --max_old_space_size=4096",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"anchor-js": "4.0.0",
"bootstrap": "4.0.0",
"bootstrap-datepicker": "1.8.0",
"browser-sync": "2.24.4",
"clipboard": "1.7.1",
"csvtojson": "1.1.6",
"del": "3.0.0",
"eslint": "4.19.1",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-import": "2.3.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "5.0.0",
"gulp-clean-css": "3.9.4",
"gulp-cli": "1.3.0",
"gulp-concat": "2.6.1",
"gulp-decompress": "2.0.2",
"gulp-htmltidy": "0.2.4",
"gulp-purifycss": "0.2.0",
"gulp-regex-rename": "0.1.0",
"gulp-remove-html": "1.3.0",
"gulp-rename": "1.2.3",
"gulp-sass": "4.0.1",
"gulp-sourcemaps": "2.6.0",
"gulp-string-replace": "0.4.0",
"gulp-uglify": "3.0.0",
"jquery": "3.2.1",
"jquery-ui": "1.12.1",
"jquery-validation": "1.16.0",
"jquery-validation-unobtrusive": "3.2.6",
"mark.js": "8.11.1",
"minimist": "1.2.0",
"patternlab-node": "2.9.3",
"plugin-node-custom-output": "git+https://github.com/Altinn/plugin-node-custom-output.git#2.6.2",
"plugin-node-data-inheritance": "git+https://github.com/Altinn/plugin-node-data-inheritance.git#incrementalbuild",
"plugin-node-json-tab": "git+https://github.com/Altinn/plugin-node-json-tab.git#2.6.2",
"plugin-node-uiextension": "1.0.0-alpha",
"pre-commit": "1.2.2",
"purify-css": "1.2.5",
"sass-lint": "1.10.2",
"slick-carousel": "^1.8.1",
"truncate.js": "1.1.2"
},
"engines": {
"node": ">=6.0"
},
"pre-commit": [
"precommit-msg",
"sass",
"lint"
]
}