-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.05 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.05 KB
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
{
"name": "supraset.com",
"version": "0.2.0",
"repository": "https://github.com/jongeyer/supraset",
"description": "Website for supraset.com",
"scripts": {
"dev": "webpack-dev-server --inline --hot --history-api-fallback",
"build": "NODE_ENV=production webpack --progress --hide-modules",
"dist": "webpack --progress --hide-modules --config webpack.build.js && NODE_ENV=production webpack --progress --hide-modules --config webpack.build.min.js"
},
"dependencies": {
"blazy": "^1.8.2",
"bxslider": "^4.2.11",
"jquery": "^3.2.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.16.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-vue": "^0.1.0",
"css-loader": "^0.26.1",
"file-loader": "^0.10.1",
"json-loader": "^0.5.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.5"
},
"author": "jongeyer"
}