forked from andersbrandt/warframe-mastery-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"license": "**",
"repository": {},
"scripts": {
"start": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"publish": "npm run build && node publish.js",
"updater": "node --no-warnings update/updater.js && npm run build && npm start",
"test": "./node_modules/.bin/cypress open",
"test-headless": "./node_modules/.bin/cypress run"
},
"devDependencies": {
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"cypress": "^8.5.0",
"dotenv": "^10.0.0",
"expose-loader": "^3.0.0",
"fancy-log": "^1.3.3",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.3.0",
"minimist": "^1.2.6",
"moment": "^2.29.2",
"node-sass": "^7.0.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"vinyl-fs": "^2.4.1",
"vinyl-ftp": "*",
"webpack": "^5.55.1",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"chalk": "^4.1.2",
"cheerio": "*",
"node-fetch": "^3.1.1",
"path-alias": "^0.0.12",
"path-browserify": "^1.0.1",
"rimraf": "^3.0.2"
}
}