-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 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
{
"name": "jimmythecoder-github",
"version": "2.1.0",
"private": true,
"description": "UX Creative via Hypermedia",
"repository": {
"type": "git",
"url": "https://github.com/jimmythecoder/jimmythecoder.github.io"
},
"scripts": {
"start": "webpack serve",
"build": "webpack --env production"
},
"main": "index.html",
"author": "James Harris",
"license": "Standard",
"dependencies": {
"@types/d3": "^7.4.0",
"@types/jquery": "^3.5.16",
"d3": "^7.8.0",
"flexboxgrid": "^6.3.1",
"jquery": "^3.6.3",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}