-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.28 KB
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
{
"name": "cpemberton",
"version": "1.0.0",
"description": "Portfolio Website",
"main": "js/webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"watch": "webpack --watch --mode development",
"webpack": "webpack --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valor4valkyrie/CPemberton.git"
},
"keywords": [
"portfolio"
],
"author": "Chris Pemberton",
"license": "ISC",
"bugs": {
"url": "https://github.com/valor4valkyrie/CPemberton/issues"
},
"homepage": "https://github.com/valor4valkyrie/CPemberton#readme",
"dependencies": {
"ajv": "^6.10.2",
"bootstrap": "^4.3.1",
"clean-webpack-plugin": "^0.1.16",
"create-react-app": "^2.1.3",
"css-loader": "^0.28.4",
"csv-loader": "^2.1.1",
"file-loader": "^0.11.2",
"gulp": "^4.0.0",
"html-webpack-plugin": "^2.29.0",
"jquery": "^3.4.1",
"livereload": "^0.8.0",
"popper": "^1.0.1",
"popper.js": "^1.15.0",
"react": "^16.7.0",
"style-loader": "^0.18.2",
"three": "^0.100.0",
"three.js": "^0.77.1",
"watchify": "^3.11.1",
"webpack": "^4.39.3",
"webpack-cli": "^3.2.1",
"xml-loader": "^1.2.1"
}
}