-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 967 Bytes
/
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
{
"name": "restricteddata",
"version": "1.0.0",
"description": "",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/vrk-kpa/restricteddata.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vrk-kpa/restricteddata/issues"
},
"readme": "https://github.com/vrk-kpa/restricteddata#readme",
"scripts": {
"build": "gulp localBuild",
"watch": "gulp watch",
"lint": "gulp lint"
},
"devDependencies": {
"@fortawesome/fontawesome-pro": "^6.7.1",
"@ronilaukkarinen/gulp-stylelint": "^14.1.2",
"bootstrap": "^5.3.3",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^9.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.82.0",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^10.0.0",
"suomifi-design-tokens": "^6.0.0"
}
}