-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
77 lines (77 loc) · 2.34 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
{
"name": "adidas-github-io",
"version": "1.0.0",
"description": "adidas GitHub portal",
"repository": {
"type": "git",
"url": "https://github.com/adidas/adidas.github.io.git"
},
"license": "MIT",
"contributors": [
"David Recuenco <[email protected]>",
"Jaime Pastor <[email protected]>"
],
"homepage": "http://adidas.github.io/",
"main": "nuxt.config.js",
"scripts": {
"start": "npm run build:dev",
"build": "cross-env NODE_ENV=production nuxt generate --spa",
"build:dev": "nuxt",
"lint": "npm run lint:js && npm run lint:vue && npm run lint:style",
"lint:js": "eslint *.js config",
"lint:vue": "eslint --ext .vue,.js src",
"lint:style": "stylelint src/**/*.{scss,vue}",
"test": "echo \"No tests!\"",
"serve": "nuxt build && nuxt start",
"serve:static": "http-server ./dist/ -p 3000 -c 31536000 --gzip"
},
"devDependencies": {
"@adidas/yarn-design-system": "1.5.0",
"@fortawesome/fontawesome-free": "5.5.0",
"@nuxtjs/pwa": "2.4.0",
"acorn": "6.4.1",
"acorn-dynamic-import": "4.0.0",
"ajv": "6.9.1",
"animate.css": "3.6.1",
"autoprefixer": "8.6.5",
"axios": "0.21.1",
"babel-eslint": "10.0.1",
"compression-webpack-plugin": "1.1.11",
"cross-env": "5.2.0",
"dotenv": "6.0.0",
"eslint": "5.10.0",
"eslint-config-adidas-babel": "1.1.0",
"eslint-config-adidas-env": "1.1.0",
"eslint-config-adidas-es9": "1.1.0",
"eslint-config-adidas-vue": "1.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-vue": "5.0.0",
"glob-all": "3.1.0",
"http-server": "0.11.1",
"js-yaml": "3.13.1",
"node-sass": "4.14.0",
"nuxt": "2.4.5",
"nuxt-i18n": "5.8.4",
"postcss-loader": "2.1.6",
"purgecss": "1.0.1",
"purgecss-webpack-plugin": "1.2.0",
"raw-loader": "1.0.0",
"rxjs": "5.5.10",
"sass-loader": "6.0.7",
"showdown-highlight": "2.1.3",
"stylelint": "9.9.0",
"stylelint-config-adidas": "1.2.1",
"stylelint-config-adidas-bem": "1.2.0",
"stylelint-config-adidas-scss": "1.0.0",
"stylelint-scss": "3.4.1",
"vue-i18n": "8.0.0",
"vue-lazyload": "1.2.6",
"vue-showdown": "2.0.2"
},
"optionalDependencies": {
"typeface-poppins": "0.0.54",
"typeface-roboto": "0.0.54",
"typeface-roboto-mono": "0.0.54"
}
}