-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.76 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
{
"name": "votest-web",
"version": "0.0.8",
"description": "Vote app (web) structure",
"main": "index.js",
"scripts": {
"lint:js": "eslint --config .eslintrc.json src/scripts/",
"lint:editorconfig": "editorconfig-checker src/",
"lint:sass": "editorconfig-checker src/",
"test": "yarn run lint:js && yarn run lint:editorconfig",
"start:dev": "NODE_ENV=development DEBUG=app-* gulp",
"start": "NODE_ENV=production gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cursor-project-x/votest-web.git"
},
"keywords": [],
"author": "Roman Markhevka",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"editorconfig-checker": "^1.1.1",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-noop": "^1.0.0",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-uglyfly": "^1.4.2",
"gulp-watch": "^4.3.11",
"gulp-webserver": "^0.9.1",
"win-node-env": "^0.1.0"
},
"bugs": {
"url": "https://github.com/cursor-project-x/votest-web/issues"
},
"homepage": "https://github.com/cursor-project-x/votest-web#readme",
"dependencies": {
"dotenv": "^4.0.0",
"gulp-bump": "^2.9.0",
"gulp-load-plugins": "^1.5.0",
"gulp-version-append": "^0.2.0",
"plugins": "^0.4.2"
}
}