-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.13 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": "portfolio-prototype",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"in-view": "^0.6.1",
"jquery": "^3.2.1",
"markdown-code-highlight-loader": "^1.0.1",
"node-sass": "^4.5.3",
"postcss": "^6.0.6",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"tachyons": "^4.7.4",
"webpack": "^3.1.0"
},
"scripts": {
"start": "NODE_ENV=development ./node_modules/webpack/bin/webpack.js --watch -d --color",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --bail -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umbriel/portfolio-prototype.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/umbriel/portfolio-prototype/issues"
},
"homepage": "https://github.com/umbriel/portfolio-prototype#readme"
}