-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.99 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
{
"name": "product-importer",
"version": "1.8.8",
"description": "Parse CSV for importing products",
"license": "(ISC OR GPL-3.0)",
"repository": "https://bitbucket.org/pyxlinc/pyxl",
"browserslist": [
">0.25%",
"not op_mini all",
"not Opera > 0"
],
"watch": {
"proxy": "https://fillauer.test",
"port": 3333,
"ui": false,
"online": true
},
"vendors": [
"csv-parse/lib/index.js",
"object-hash/index.js"
],
"dependencies": {
"aos": "^2.3.4",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"core-js": "^3.2.1",
"csv-parse": "^4.6.5",
"globule": "^1.2.1",
"line-clamp": "^1.0.0",
"lozad": "^1.9.0",
"object-hash": "^2.0.0",
"ramda": "^0.26.1",
"rellax": "^1.10.0",
"scrolldir": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"@fullhuman/postcss-purgecss": "^1.3.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-eslint": "^6.0.0",
"gulp-flatten": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-noop": "^1.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"node-sass-package-importer": "^5.3.2",
"postcss-noop": "^1.0.1",
"tailwindcss": "^1.1.4",
"vinyl-named": "^1.1.0",
"webpack": "^4.40.2",
"webpack-stream": "^5.2.1"
},
"scripts": {
"start": "NODE_ENV=development gulp start",
"build": "NODE_ENV=development gulp build",
"prod": "NODE_ENV=production gulp prod",
"lint": "NODE_ENV=development gulp lint"
}
}