forked from gregoryruiz/nso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.65 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
{
"name": "nso",
"version": "0.2.0",
"description": "NPM Space Observatory",
"main": "src/bootrap.ts",
"homepage": "https://travis-ci.org/gregoryruiz/nso",
"scripts": {
"build": "del dist && webpack --config config/webpack.config.prod.js",
"serve:prod": "webpack-dev-server webpack/hot/only-dev-server --inline --content-base dist/",
"serve": "webpack-dev-server --config config/webpack.config.dev.js",
"start": "npm run serve"
},
"author": "Douglas Duteil",
"contributors": [
"Grégory Ruiz <[email protected]> (https://github.com/gregoryruiz)"
],
"license": "MIT",
"dependencies": {
"angular": "^1.6.1",
"angular-ui-router": "^0.4.2",
"babel-polyfill": "^6.23.0",
"core-js": "^2.4.1",
"lodash-es": "^4.17.4",
"vis": "^4.19.1"
},
"devDependencies": {
"@types/angular": "^1.6.14",
"@types/angular-ui-router": "^1.1.36",
"@types/lodash-es": "^4.14.5",
"@types/vis": "^4.18.0",
"awesome-typescript-loader": "^3.1.2",
"babel-core": "^6.24.1",
"babel-plugin-angularjs-annotate": "^0.7.0",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^1.3.3",
"case-sensitive-paths-webpack-plugin": "^2.0.0",
"css-loader": "^0.28.0",
"del-cli": "^0.2.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"jsdomify": "^3.1.0",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"tape": "^4.6.3",
"ts-node": "^3.0.2",
"tslint": "^5.0.0",
"typescript": "^2.2.2",
"webpack": "^2.3.3",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-dev-server": "^2.4.2",
"webpack-merge": "^4.1.0"
}
}