forked from adidas/adidas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.75 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.75 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
{
"name": "adidas-github-io",
"version": "1.0.0",
"description": "adidas GitHub portal frontend",
"license": "MIT",
"main": "nuxt.config.js",
"scripts": {
"setup": "echo \"nothing to build\"",
"start": "npm run build:dev",
"build": "cross-env NODE_ENV=production nuxt generate --spa",
"build:dev": "nuxt",
"lint": "eslint --ext .vue,.js src",
"test": "npm run test:unit",
"test:unit": "jest -c jest.config.js",
"doc": "echo \"nothing to doc\"",
"serve": "nuxt build && nuxt start",
"serve:static": "http-server ./dist/ -p 3000 -c 31536000 --gzip"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.2.0",
"@nuxtjs/pwa": "2.0.8",
"animate.css": "3.6.1",
"bootstrap": "3.3.7",
"branding-resources": "1.9.3",
"yarn-design-system": "1.0.0",
"dotenv": "6.0.0",
"isomorphic-fetch": "2.2.1",
"jquery": "2.1.4",
"js-yaml": "3.11.0",
"nuxt": "1.4.1",
"nuxt-i18n": "4.1.0",
"rxjs": "5.5.10",
"showdown": "1.8.6",
"vue-i18n": "8.0.0",
"vue-lazyload": "1.2.6"
},
"devDependencies": {
"@build-tools/babel-jest": "0.3.1",
"@build-tools/common": "0.3.1",
"@build-tools/jest": "0.3.1",
"babel-eslint": "7.2.3",
"babel-polyfill": "6.26.0",
"compression-webpack-plugin": "1.1.11",
"eslint": "4.19.1",
"eslint-config-adidas-babel": "1.0.0",
"eslint-config-adidas-env": "1.0.0",
"eslint-config-adidas-es7": "1.0.0",
"eslint-config-adidas-vue": "1.0.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-vue": "4.5.0",
"glob-all": "3.1.0",
"http-server": "0.11.1",
"node-sass": "4.7.2",
"purgecss": "1.0.1",
"purgecss-webpack-plugin": "1.2.0",
"sass-loader": "6.0.7"
}
}