forked from openshiftio/openshift.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "www.openshift.io",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "npm run clean && webpack",
"build:prod": "npm run clean && NODE_ENV=production webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run clean && webpack-dev-server --open",
"clean": "rimraf dist"
},
"keywords": [],
"author": "",
"license": "Apache License 2.0",
"devDependencies": {
"@types/core-js": "0.9.35",
"@types/jquery": "2.0.40",
"@types/urijs": "1.15.31",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.26.2",
"extract-text-webpack-plugin": "2.0.0",
"html-webpack-plugin": "2.28.0",
"node-sass": "4.5.0",
"patternfly-sass-with-css": "3.21.2",
"rimraf": "2.6.1",
"sass-loader": "6.0.2",
"style-loader": "^0.13.2",
"ts-loader": "2.0.1",
"typescript": "2.2.1",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1"
},
"dependencies": {
"core-js": "2.4.1",
"jquery": "3.1.1",
"urijs": "1.18.8"
}
}