-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
57 lines (57 loc) · 1.8 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
{
"name": "content-constructor-frontend",
"version": "1.0.0",
"description": "Magento 2 Constructor lets you easily configure your desired shop look and content.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.creativestyle.pl/m2c/constructor"
},
"keywords": [
"magento2",
"constructor"
],
"author": "Mateusz Krzeszowiak",
"license": "ISC",
"devDependencies": {
"@types/vue": "^1.0.28",
"@types/vue-resource": "^0.9.29",
"autoprefixer": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.24.1",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"eslint-plugin-prettier": "^2.1.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.7.0",
"gulp-if": "^2.0.2",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylefmt": "^1.1.0",
"gulp-svg-sprite": "^1.3.7",
"gulp-task-loader": "^1.4.4",
"gulp-tslint": "^8.1.2",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-reporter": "^5.0.0",
"postcss-scss": "^1.0.2",
"prettier": "^1.5.3",
"rollup": "^0.45.2",
"rollup-plugin-commonjs": "^8.1.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"run-sequence": "^2.1.0",
"stylefmt": "^6.0.0",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-scss": "^2.0.1",
"tslint": "^5.6.0",
"typescript": "^2.4.2",
"vue": "^1.0.26"
}
}