-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.35 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
{
"name": "coop-prototyping-toolkit",
"private": true,
"engines": {
"node": "12.x",
"npm": "7.x"
},
"dependencies": {
"@coopdigital/component-card": "*",
"@coopdigital/component-card--product": "*",
"@coopdigital/component-date-input": "*",
"@coopdigital/component-notification": "*",
"@coopdigital/component-notification--alert": "*",
"@coopdigital/component-search": "*",
"@coopdigital/component-skipnav": "*",
"@coopdigital/component-squircles": "*",
"@coopdigital/component-tags": "*",
"@coopdigital/foundations": "^1.7.0",
"@coopdigital/foundations-buttons": "*",
"@coopdigital/foundations-forms": "5.6",
"@coopdigital/foundations-tables": "*",
"@coopdigital/shared-component--editorialcard": "*",
"@coopdigital/shared-component--featurecard": "*",
"@coopdigital/shared-component--hero": "*",
"@coopdigital/shared-component--icon": "*",
"@coopdigital/shared-component--link": "*",
"@coopdigital/shared-component--linklist": "*",
"@coopdigital/shared-component--membership": "*",
"@coopdigital/shared-component--offers": "*",
"@coopdigital/shared-component--postcode": "*",
"@coopdigital/shared-component--signpost": "*",
"handlebars": "^4.7.6",
"jquery": "^3.5.1",
"normalize.css": "^8.0.1",
"prismjs": "^1.23.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/runtime": "^7.14.0",
"autoprefixer": "^10.2.6",
"babel-plugin-module-extension": "^0.1.3",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"core-js": "^3.8.3",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-buffer": "0.0.2",
"gulp-changed": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"gulp-terser": "^2.0.1",
"postcss": "^8.3.0",
"postcss-calc": "^8.0.0",
"postcss-cli": "^8.3.1",
"postcss-custom-media": "^8.0.0",
"postcss-custom-properties": "^11.0.0",
"postcss-import": "^14.0.2",
"postcss-nesting": "^8.0.1",
"simple-jekyll-search": "^1.9.1"
},
"scripts": {
"prebuild": "bundle install --gemfile=Gemfile --path vendor/bundle",
"build": "JEKYLL_ENV=production gulp build",
"server": "gulp server"
}
}