-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "clay-space-edit",
"version": "1.0.8",
"description": "The editing experience for Clay Space",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nymag/clay-space-edit.git"
},
"scripts": {
"lint": "eslint src/**/*.js src/**/*.vue",
"watch": "NODE_ENV=development webpack -w -d",
"test": "jest",
"prepublishOnly": "NODE_ENV=production webpack -p"
},
"pre-commit": [
"lint"
],
"keywords": [
"clay",
"space",
"kiln"
],
"author": "New York Media",
"license": "MIT",
"bugs": {
"url": "https://github.com/nymag/clay-space-edit/issues"
},
"files": [
"dist",
"media",
"template.handlebars",
"schema.yml",
"bootstrap.yml"
],
"homepage": "https://github.com/nymag/clay-space-edit#readme",
"devDependencies": {
"@nymag/dom": "^1.3.1",
"autoprefixer": "^7.1.1",
"babel-core": "^6.14.0",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.14.0",
"css-loader": "^0.24.0",
"eslint": "^4.13.1",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-vue": "^4.0.0-beta.2",
"extract-text-webpack-plugin": "^2.1.0",
"jest": "^23.4.0",
"jsdom": "^10.1.0",
"jsdom-global": "^3.0.2",
"lodash": "^4.14.2",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.8.3",
"postcss-loader": "^2.0.5",
"sass-loader": "^4.1.1",
"sinon": "^4.1.3",
"style-loader": "^0.13.1",
"tap-difflet": "^0.7.0",
"vue": "^2.3.2",
"vue-loader": "^12.0.2",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.3.2",
"webpack": "^2.4.1"
},
"dependencies": {
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"vuedraggable": "^2.15.0"
}
}