-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.84 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
46
47
48
49
50
51
52
53
54
{
"name": "frontendmentorchallenges",
"version": "1.0.0",
"description": "collection of frontend-mentor challenges",
"main": "index.js",
"scripts": {
"test": "jest",
"testipcal": "npm run cletipcal && tsc -p ./TipCalculator/project/spec.tsconfig.json",
"cletipcal": "del .\\TipCalculator\\project\\tests\\* /Q",
"devtipcal": "webpack serve --open --mode development --config ./TipCalculator/project/webpack.config.js",
"distipcal": "webpack --mode production --config ./TipCalculator/project/webpack.config.js",
"devrockpap": "webpack serve --open --mode development --config ./RockPaperScissors/project/webpack.config.js",
"disrockpap": "webpack --mode production --config ./RockPaperScissors/project/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WillSwordpath/FrontendMentorChallenges.git"
},
"keywords": [
"frontend-mentor",
"example",
"solution",
"challenge"
],
"author": "will",
"license": "MIT",
"bugs": {
"url": "https://github.com/WillSwordpath/FrontendMentorChallenges/issues"
},
"homepage": "https://github.com/WillSwordpath/FrontendMentorChallenges#readme",
"devDependencies": {
"@reduxjs/toolkit": "^1.6.1",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"html-minimizer-webpack-plugin": "^3.2.0",
"jest": "^27.1.0",
"mini-css-extract-plugin": "^2.2.2",
"puppeteer": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0"
}
}