-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.04 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
{
"name": "beta-experiment",
"version": "1.0.0",
"main": "package.json",
"author": "Alexandros Dorodoulis",
"license": "MIT",
"homepage": "https://github.com/alexdor/beta-experiment",
"bugs": {
"url": "https://github.com/alexdor/beta-experiment/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alexdor/beta-experiment.git"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.51",
"bootstrap": "^4.1.1",
"glob": "^7.1.2",
"imagemin-cli": "^3.0.0",
"jquery": "^3.3.1",
"object-fit-images": "^3.2.3",
"popper.js": "^1.14.3",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"sanitize.css": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.51",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"autoprefixer": "^8.6.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.2.0",
"babel-loader": "^7.1.4",
"browser-sync": "^2.24.5",
"chokidar-cli": "^1.2.0",
"compression": "^1.7.2",
"concurrently": "^3.6.0",
"cross-env": "^5.2.0",
"cssnano": "^3.10.0",
"cssnano-preset-default": "^4.0.0-rc.2",
"eslint": "^5.0.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"hugo-bin": "^0.29.0",
"jest-cli": "^23.2.0",
"nps": "^5.9.2",
"postcss-cli": "^5.0.1",
"postcss-import": "^11.1.0",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",
"svg-sprite": "^1.4.0",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"workbox-cli": "3.3.0"
},
"scripts": {
"build": "npm start build",
"build:clean": "npm run start build.clean",
"lint": "npm start lint",
"start": "nps",
"start:staging": "npm run start start.staging",
"test": "npm start test"
},
"browserslist": [
"> 1%",
"ie >= 10",
"not android <= 4.4.3"
]
}