-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.89 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
{
"name": "volgactf-final-frontend",
"version": "2.0.0",
"author": "Alexander Pyatkin",
"license": "MIT",
"description": "VolgaCTF Final Frontend SPA",
"main": "index.js",
"dependencies": {
"@material-ui/core": "^4.4.1",
"@material-ui/icons": "^4.4.1",
"alt": "^0.18.6",
"es-abstract": "^1.15.0",
"immutable": "^4.0.0-rc.12",
"intersection-observer": "^0.7.0",
"markdown-it": "^9.1.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-link-attributes": "^2.1.0",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"react": "^16.9.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.11",
"react-intersection-observer": "^8.24.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-router-query-params": "^1.0.3",
"twemoji": "^14.0.2",
"typeface-roboto": "0.0.75"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@gfx/zopfli": "^1.0.15",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"brotli-webpack-plugin": "^1.1.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^5.0.2",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"snazzy": "^8.0.0",
"standard": "^14.1.0",
"style-loader": "^1.0.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"devbuild": "webpack --mode development",
"build": "webpack --mode production",
"lint": "standard --verbose \"src/**/*.js\" | snazzy"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"fetch"
]
},
"settings": {
"react": {
"version": "detect"
}
}
}