-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
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
{
"name": "producthuntfollowers",
"version": "1.0.1",
"description": "",
"dependencies": {
"preact": "^8.2.7",
"preact-redux": "^2.0.3",
"redux": "^4.0.0"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"rimraf": "^2.6.2",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-obfuscator": "^0.16.0"
},
"scripts": {
"babel": "babel --presets es2015 js/main.js -o build/main.bundle.js",
"start": "http-server",
"build": "rimraf ./build && webpack",
"build-prod": "rimraf ./build && NODE_ENV='prod' webpack"
},
"author": "",
"license": "ISC"
}