forked from oddsix/user_data_app
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.43 KB
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
{
"name": "user_data_app",
"version": "2.0.14",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"test": "mocha && karma start --single-run",
"watch": "webpack --watch",
"build:dev": "webpack",
"build": "webpack --env.production -p",
"stats": "node ./webpack/stats.js",
"lint": "standard"
},
"dependencies": {
"@zendeskgarden/css-bedrock": "^7.0.2",
"@zendeskgarden/css-buttons": "^6.0.2",
"@zendeskgarden/css-forms": "^6.0.4",
"@zendeskgarden/css-tags": "^4.0.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.9",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.3.1",
"js-yaml": "^3.12.0",
"lodash": "^4.17.5",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"url-loader": "^0.6.2",
"webpack": "^3.11.0"
},
"devDependencies": {
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",
"karma-handlebars-preprocessor": "^0.3.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^2.0.13",
"mocha": "^5.2.0",
"sinon": "^5.1.1",
"standard": "^11.0.1",
"webpack-visualizer-plugin": "^0.1.11"
}
}