-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "Aperture Studios",
"version": "1.0.0",
"description": "",
"homepage": "https://sldo.github.io",
"private": true,
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
"start": "webpack serve --config webpack/webpack.config.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"ts": "npx tsc"
},
"keywords": [],
"author": "",
"license": "MIT",
"browser": {
"[module-name]": false
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.22.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^28.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.89.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "^4.15.1"
}
}