-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 984 Bytes
/
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
{
"name": "cryptic-crossword",
"version": "1.0.0",
"description": "An archive of a weekly cryptic crossword release",
"main": "dist/app.bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --mode production",
"start": "webpack serve --live-reload --mode development"
},
"author": "Dvd848",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Dvd848/cryptic-crossword"
},
"dependencies": {
"@popperjs/core": "^2.11.7",
"@types/bootstrap": "^5.2.6",
"bootstrap": "^5.2.3"
},
"devDependencies": {
"@types/node": "^18.15.13",
"autoprefixer": "^10.4.14",
"css-loader": "^6.7.3",
"postcss-loader": "^7.2.4",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
}
}