-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.41 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
{
"name": "Particles",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.5.2",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.5.2",
"react-scripts": "2.0.5",
"three": "^0.102.1"
},
"scripts": {
"dev": "webpack --mode development --watch",
"prod": "webpack --mode production",
"pretty": "prettier --write \"src/**/*.+(scss|js|jsx|ts|tsx)\""
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@material-ui/core": "^3.1.1",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.3",
"prettier": "^1.14.3",
"react-hot-loader": "^4.3.11",
"regenerator-runtime": "^0.13.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"three-orbit-controls": "^82.1.0",
"typescript": "^3.1.6",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.9"
}
}