-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "shouldiyoga",
"version": "1.0.0",
"description": "Tell someone to go to yoga.",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"build": "SET NODE_ENV=production npm run clean && webpack -p",
"serve": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdvacula/shouldIyoga.git"
},
"author": "Matthew Vacula",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdvacula/shouldIyoga/issues"
},
"homepage": "https://github.com/mdvacula/shouldIyoga#readme",
"dependencies": {
"axios": "^0.18.0",
"file-saver": "^1.3.3",
"hello-color": "^1.0.2",
"html2canvas": "^1.0.0-alpha.9"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"rimraf": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
}
}