forked from DesignSafe-CI/portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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": "designsafe-portal",
"version": "0.9.0",
"description": "",
"private": true,
"main": "manage.py",
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js --single-run",
"build": "webpack --config webpack.config.js",
"dev": "webpack --progress --colors --watch --config webpack.config.js"
},
"author": "Matthew R Hanlon <[email protected]>",
"contributors": [
"Matthew R Hanlon <[email protected]>",
"Steve Mock <[email protected]>",
"Josue Balandrano Coronel <[email protected]>",
"Manuel Rojas <[email protected]>",
"Marjo Poindexter <[email protected]>",
"Hedda Prochaska <[email protected]>",
"Alex Rocha <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.9",
"elasticdump": "^3.3.7",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.1.8",
"ng-annotate-webpack-plugin": "^0.2.1-pre",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"webpack": "^3.11.0",
"webpack-livereload-plugin": "^0.10.0"
},
"dependencies": {
"angular": "^1.6.9",
"angular-animate": "^1.4.8",
"angular-aria": "^1.4.8",
"angular-material": "^1.1.5",
"angular-messages": "^1.4.8",
"marked": "^0.3.6",
"modernizr": "^3.3.1",
"prismjs": "1.6.0"
}
}