-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
110 lines (110 loc) · 3.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "work-2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently --kill-others \"npm run backend:development\" \"npm run frontend:development\"",
"backend:build": "node app.mjs",
"start": "npm run backend:build",
"backend:development": "nodemon app.mjs",
"frontend:build": "webpack --progress --config webpack.config.build.js",
"frontend:development": "cross-env NODE_ENV=dev webpack --progress --config webpack.config.development.js --watch",
"lint": "eslint *.js",
"test": "node -c *.js",
"postinstall": "npm run frontend:build"
},
"engines":{
"node":"14.17.1",
"npm": "6.14.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MAGGIx1404/awwward-rebuild-SOTD--2.git"
},
"author": "MAGGIx1404",
"license": "ISC",
"bugs": {
"url": "https://github.com/MAGGIx1404/awwward-rebuild-SOTD--2/issues"
},
"homepage": "https://github.com/MAGGIx1404/awwward-rebuild-SOTD--2#readme",
"devDependencies": {
"@babel/core": "^7.17.7",
"auto-bind": "^5.0.1",
"autoprefix": "^1.0.1",
"autoprefixer": "^10.4.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"browser-detect": "^0.2.28",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^4.0.0",
"cname-webpack-plugin": "^3.0.0",
"concurrently": "^7.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"cssnano": "^5.1.4",
"curtainsjs": "^8.1.3",
"dat.gui": "^0.7.9",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"eslint-config-standard": "^16.0.3",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"file-loader": "^6.2.0",
"fontfaceobserver": "^2.1.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"gsap": "^3.9.1",
"html-webpack-plugin": "^5.5.0",
"include-media": "^1.4.10",
"lil-gui": "^0.16.1",
"locomotive-scroll": "^4.1.4",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.1",
"nodelist-foreach-polyfill": "^1.2.0",
"normalize-wheel": "^1.0.1",
"ogl": "0.0.87",
"postcss": "^8.4.11",
"postcss-loader": "^6.2.1",
"prefix": "^1.0.0",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.2",
"sass-loader": "^12.6.0",
"simplex-noise": "^3.0.1",
"splitting": "^1.0.6",
"stats.js": "^0.17.0",
"three": "^0.139.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@prismicio/client": "^6.4.1",
"@prismicio/helpers": "^2.2.0",
"GLSlideshow": "^2.4.0",
"body-parser": "^1.19.2",
"draggabilly": "^3.0.0",
"errorhandler": "^1.5.1",
"express": "^4.17.3",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"node-fetch": "^3.2.3",
"nodemon": "^2.0.15",
"prismic-dom": "^2.2.7",
"prismic-javascript": "^3.0.2",
"pug": "^3.0.2",
"request": "^2.88.2",
"staticify": "^5.0.0",
"ua-parser-js": "^1.0.2",
"ukiyojs": "^3.0.0"
}
}