-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
{
"name": "outof216",
"version": "0.1.0",
"description": "another keyboard typing speedtest",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "npm run watch",
"build": " npm run lint:fix && cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run lint:fix && cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js --watch",
"check": "npm run lint:fix && npm run build && npm run test",
"lint": "tslint -c tslint.json -p tsconfig.json",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test:watch": "jest --watchAll",
"doc": "typedoc --out ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blyndusk/outof216.git"
},
"keywords": [],
"author": {
"name": "Alexandre Delaloy",
"email": "[email protected]",
"url": "https://a-dll.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/blyndusk/outof216/issues"
},
"homepage": "https://github.com/blyndusk/outof216#readme",
"devDependencies": {
"@types/chart.js": "^2.9.5",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.8",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^6.0.3",
"jest": "^24.9.0",
"laravel-mix": "^5.0.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"ts-jest": "^24.2.0",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"typedoc": "^0.15.2",
"typescript": "^3.7.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@types/js-cookie": "^2.2.4",
"axios": "^0.21.1",
"chart.js": "^2.9.3",
"firebase": "^7.6.1",
"js-cookie": "^2.2.1",
"particles.js": "^2.0.0"
}
}