forked from itslearning/protomorph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.27 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.27 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "8.9.0",
"author": "Gavin King <gavin.king@itslearning.com>",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"dev": "webpack-cli --watch",
"test": "yarn build && karma start"
},
"browserslist": [
"last 2 versions",
"not dead"
],
"dependencies": {
"@babel/core": "7.0.0-beta.46",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.46",
"@babel/preset-env": "7.0.0-beta.46",
"@types/chai": "4.1.3",
"@types/mocha": "5.2.0",
"autoprefixer": "8.6.2",
"axe-core": "3.0.2",
"babel-loader": "8.0.0-beta.0",
"babel-polyfill": "6.26.0",
"chai": "4.1.2",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.11",
"del": "3.0.0",
"dirty-chai": "2.0.1",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-loader": "2.0.0",
"eslint-plugin-html": "4.0.3",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-standard": "3.1.0",
"karma": "2.0.2",
"karma-chai": "0.1.0",
"karma-chai-dom": "1.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-dirty-chai": "2.0.0",
"karma-edge-launcher": "0.4.2",
"karma-firefox-launcher": "1.1.0",
"karma-ie-launcher": "1.0.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"mini-css-extract-plugin": "0.4.0",
"mocha": "5.1.1",
"node-sass": "4.11.0",
"node-sass-magic-importer": "5.2.0",
"on-build-webpack": "0.1.0",
"optimize-css-assets-webpack-plugin": "4.0.1",
"postcss-loader": "2.1.5",
"sass-lint": "1.12.1",
"sass-loader": "7.0.1",
"sasslint-webpack-plugin": "1.0.4",
"svelte": "2.15.3",
"svelte-loader": "2.11.0",
"ts-loader": "4.2.0",
"typescript": "2.8.3",
"webpack": "4.27.1",
"webpack-clean": "1.2.3",
"webpack-cli": "3.1.2"
}
}