-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
79 lines (79 loc) · 2.71 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
{
"name": "colgatevirtualgalapagos",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"dev": "webpack --mode development --progress",
"start": "webpack serve --mode development --progress --open",
"build": "NODE_ENV=production webpack --mode production",
"watch": "webpack --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-docs": "npm run build-storybook -- -o ./storybook/ && cat src/index.css | NODE_ENV=production postcss -u tailwindcss autoprefixer > storybook/output.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colgate-visualization-lab/ColgateVirtualGalapagos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/colgate-visualization-lab/ColgateVirtualGalapagos/issues"
},
"homepage": "https://github.com/colgate-visualization-lab/ColgateVirtualGalapagos#readme",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@types/three": "^0.129.0",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"gsap": "^3.7.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-howler": "^5.0.0",
"react-icons": "^4.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-sketch-canvas": "^5.3.4",
"react-tooltip": "^4.2.21",
"three": "^0.129.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@storybook/addon-actions": "^6.3.0-beta.4",
"@storybook/addon-essentials": "^6.3.0-beta.4",
"@storybook/addon-links": "^6.3.0-beta.4",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.3.0-beta.4",
"@storybook/manager-webpack5": "^6.3.0-beta.4",
"@storybook/react": "^6.3.0-beta.4",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-howler": "^3.7.2",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.11",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^2.1.0",
"postcss": "^8.3.0",
"postcss-loader": "^5.3.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.2.2",
"ts-loader": "^9.2.2",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}