-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.49 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
{
"name": "resume-website-3d",
"version": "1.0.0",
"description": "A resume website built in three",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@material-ui/core": "^1.0.0",
"@material-ui/icons": "^1.0.0",
"@octokit/rest": "^15.8.1",
"axios": "^0.18.0",
"codemirror": "^5.37.0",
"file-loader": "^1.1.11",
"orbit-controls-es6": "^1.0.12",
"react": "^16.3.2",
"react-codemirror2": "^5.0.1",
"react-dom": "^16.3.2",
"react-router-dom": "^4.2.2",
"sass-mq": "^5.0.0",
"three": "*",
"three-mtl-loader": "^1.0.2",
"three-obj-loader": "^1.1.3",
"three.terrain.js": "^1.6.0",
"url-loader": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"connect": "^3.6.6",
"css-loader": "^0.28.11",
"image-webpack-loader": "^4.3.1",
"jslint": "^0.12.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"postcss-cssnext": "^3.1.0",
"postcss-filter-gradient": "^1.0.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.1",
"serve-static": "^1.13.2",
"style-loader": "^0.21.0",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.4"
},
"author": "Jesse Bud",
"license": "ISC"
}