-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.12 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": "kuzov",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-dev-server --mode=development",
"start": "npm-run-all --parallel serve watch-scss",
"watch-scss": "gulp watch-scss",
"build": "webpack --mode=production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"blend4web": "^18.5.0",
"browserify": "^14.5.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-copy": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-nunjucks-render": "^2.2.1",
"gulp-react": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^3.0.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.8",
"gulp-wait": "0.0.2",
"gulp-webserver": "^0.9.1",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.2.1",
"moment": "^2.20.1",
"npm-run-all": "^4.1.3",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.0",
"three": "^0.94.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.10.2",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"gulp-nunjucks": "^3.0.0",
"gulp-sass": "^4.0.1",
"nunjucks": "^3.1.3"
}
}