-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "brakkit",
"version": "1.1.0",
"description": "Single elimination bracket style polls",
"repository": "https://github.com/dxprog/anime-bracket",
"author": "Matt (dxprog) Hackmann <matt@dxprog.com>",
"license": "WTFPL",
"scripts": {
"start": "webpack --mode development --progress --watch",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-minify-webpack-plugin": "^0.3.1",
"classnames": "^2.3.2",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^2.1.1",
"handlebars": "^4.0.3",
"handlebars-loader": "^1.7.1",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.6.0",
"molecule-router": "^1.0.1",
"molecule-singleton": "^1.0.5",
"moleculejs": "^1.0.1",
"node-sass": "^7.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-google-recaptcha": "^2.1.0",
"react-image-crop": "^8.6.4",
"sass": "1.55.0",
"sass-loader": "^13.0.2",
"style-loader": "^0.23.1",
"underscore": "^1.9.1",
"webpack": "^5.74.0",
"webpack-cli": "^3.3.1"
}
}