-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.62 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
49
50
51
52
53
54
55
56
{
"name": "cpmteam.github.io",
"version": "1.0.0",
"description": "",
"main": " ",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "webpack-dev-server --history-api-fallback --inline --progress",
"server:docker": "npm run server -- --host 0.0.0.0 --port 80",
"clean": "rimraf build",
"build": "rimraf build/* && webpack --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cpmteam/cpmteam.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/cpmteam/cpmteam.github.io/issues"
},
"homepage": "https://github.com/cpmteam/cpmteam.github.io#readme",
"dependencies": {
"angular": "^1.5.9",
"angular-animate": "^1.5.9",
"angular-aria": "^1.5.9",
"angular-bootstrap": "^0.12.2",
"angular-marked": "^1.2.2",
"angular-material": "^1.1.1",
"angular-route": "^1.5.9",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"bootstrap": "^3.3.7",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"jquery": "^3.1.1",
"material-design-icons": "^3.0.1",
"node-sass": "^3.13.0",
"postcss-loader": "^0.13.0",
"sass-loader": "^4.0.2",
"source-sans-pro": "^2.0.10",
"style-loader": "^0.13.1",
"typed.js": "^1.1.1",
"webpack": "^2.1.0-beta.26",
"webpack-dev-server": "^2.1.0-beta.12"
},
"devDependencies": {
"rimraf": "^2.5.4"
}
}