-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.54 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
{
"name": "volgactf-final-frontend",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:VolgaCTF/volgactf-final-frontend.git",
"author": "Alexander Pyatkin <aspyatkin@gmail.com>",
"license": "MIT",
"scripts": {
"build": "gulp",
"lint": "standard --verbose gulpfile.babel.js \"src/**/*.js\" \"src/**/*.jsx\" | snazzy"
},
"devDependencies": {
"babel-core": "6.13.2",
"babel-eslint": "6.1.2",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babelify": "7.3.0",
"browserify": "13.1.0",
"del": "3.0.0",
"gulp": "4.0.0",
"gulp-concat": "2.6.1",
"concat-with-sourcemaps": "1.0.6",
"gulp-if": "2.0.1",
"gulp-minify-css": "1.2.4",
"gulp-minify-html": "1.0.6",
"gulp-mustache": "2.2.0",
"gulp-uglify": "2.0.0",
"snazzy": "4.0.1",
"standard": "7.1.2",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"dependencies": {
"alt": "0.18.5",
"array.prototype.find": "2.0.0",
"array.prototype.findindex": "2.0.0",
"immutable": "3.8.1",
"markdown-it": "7.0.1",
"markdown-it-emoji": "1.2.0",
"markdown-it-link-attributes": "^2.1.0",
"material-ui": "0.15.4",
"moment": "^2.19.3",
"normalize.css": "^8.0.0",
"numeral": "1.5.3",
"react": "15.3.1",
"react-document-title": "2.0.2",
"react-dom": "15.3.1",
"react-router": "2.7.0",
"react-tap-event-plugin": "1.0.0",
"twemoji": "2.1.0"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"fetch"
]
}
}