-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "vacbantracker",
"version": "1.0.0",
"description": "An application for tracking ban status of Steam Profiles.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saturn/vacbantracker.git"
},
"dependencies": {
"autoprefixer": "^9.1.5",
"bootstrap": "^4.1.3",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"popper.js": "^1.14.4",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": ">=3.1.11"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"webpack": "^4.20.2"
}
}