-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
54 lines (54 loc) · 1.22 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": "mdc-site",
"license": "Apache-2.0",
"version": "1.0.0",
"scripts": {
"test": "mocha --reporter dot --ui qunit test/**.js",
"test:watch": "mocha --watch --reporter dot --ui qunit test/**.js"
},
"babel": {
"presets": [
[
"es2015",
{
"modules": false
}
]
],
"plugins": [
"transform-object-assign"
]
},
"dependencies": {
"bowser": "^1.6.1",
"codemirror": "^5.25.0",
"lodash": "^4.17.4",
"material-components-web": "^0.8.0",
"reset-css": "^2.2.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"fs-extra": "^3.0.0",
"glob": "^7.1.1",
"js-yaml": "^3.8.2",
"md5-file": "^3.1.1",
"meow": "^3.7.0",
"mocha": "^3.3.0",
"mock-fs": "^4.3.0",
"node-sass": "^4.5.3",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"vinyl": "^2.0.1",
"webpack": "^2.2.1"
}
}