-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.54 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
{
"name": "bydefaultpublic-com",
"version": "1.0.0",
"description": "One year of public Venmo transactions.",
"main": "index.js",
"dependencies": {
"d3": "^4.13.0",
"emoji-js": "^3.4.1",
"gsap": "^1.20.4",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"moment": "^2.22.2",
"pixi.js": "^4.8.1"
},
"devDependencies": {
"autoprefixer": "^8.6.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"csv-loader": "^2.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.2",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.1",
"style-loader": "^0.20.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-pass-in": "webpack ./src/js/main.js --output ./dist/bundle.js",
"prod": "NODE_ENV=prod webpack -p",
"watch": "NODE_ENV=dev webpack -d --watch",
"dev": "NODE_ENV=dev node --max_old_space_size=2048 node_modules/.bin/webpack-dev-server -d --hotOnly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/01fade/bydefaultpublic-com.git"
},
"author": "Hang Do Thi Duc",
"license": "ISC",
"bugs": {
"url": "https://github.com/01fade/bydefaultpublic-com/issues"
},
"homepage": "https://github.com/01fade/bydefaultpublic-com#readme"
}