-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.05 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
{
"name": "banatech_laravel",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "node scripts/generate-article.js && mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "node scripts/generate-article.js && mix --production"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@tensorflow/tfjs": "^3.7.0",
"@types/ace": "0.0.43",
"@types/animejs": "^3.1.0",
"@types/howler": "^2.1.2",
"@types/marked": "^0.7.0",
"@types/node": "^14.17.5",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/uikit": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"ace-builds": "^1.4.8",
"aframe": "^1.0.4",
"aframe-extras": "^6.1.0",
"animejs": "^3.1.0",
"browser-sync": "^2.27.4",
"browser-sync-webpack-plugin": "^2.3.0",
"compression-webpack-plugin": "^6.1.1",
"cross-env": "^5.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"highlightjs": "^9.12.0",
"howler": "^2.1.3",
"image-size": "^0.9.3",
"laravel-mix": "^6.0.25",
"latex.js": "^0.12.1",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"marked": "^0.7.0",
"mathjax": "^3.1.2",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hotkeys-hook": "^3.0.1",
"resolve-url-loader": "^4.0.0",
"sass": "^1.35.2",
"sass-loader": "^7.3.1",
"ts-loader": "^8.3.0",
"typescript": "^4.3.5",
"uikit": "^3.7.0",
"vue-template-compiler": "^2.6.12"
}
}