forked from openshiftio/openshift.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
{
"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",
"clean": "rimraf dist"
},
"keywords": [],
"author": "",
"license": "Apache License 2.0",
"devDependencies": {
"@types/core-js": "0.9.35",
"@types/jquery": "2.0.40",
"@types/segment-analytics": "0.0.27",
"@types/urijs": "1.15.31",
"autoprefixer": "6.7.7",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.26.2",
"extract-text-webpack-plugin": "2.0.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "0.10.1",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.28.0",
"less": "2.7.2",
"less-loader": "4.0.3",
"less-plugin-autoprefix": "1.5.1",
"lesshint": "4.0.0",
"patternfly": "3.26.1",
"rimraf": "2.6.1",
"style-loader": "0.16.1",
"stylelint": "8.0.0",
"stylelint-webpack-plugin": "0.9.0",
"ts-loader": "2.0.1",
"typescript": "2.2.1",
"url-loader": "0.5.8",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1"
},
"dependencies": {
"core-js": "2.4.1",
"jquery": "3.1.1",
"urijs": "1.18.8"
}
}