-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.18 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.18 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
70
71
72
73
74
75
76
77
{
"name": "@pixore/front-scripts",
"version": "0.0.0-development",
"description": "A library to develop, build a deploy",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
},
"files": [
"bin",
"src",
"README.md"
],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.28.4",
"debug": "^2.6.8",
"eslint": "^3.19.0",
"eslint-loader": "^1.8.0",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.3.1",
"imports-loader": "^0.7.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"karma-webpack-with-fast-source-maps": "^1.10.1",
"lodash.assign": "^4.2.0",
"mocha": "^3.4.2",
"node-sass": "^4.5.3",
"parse-cmd-args": "^2.0.0",
"pug": "^2.0.0-rc.2",
"pug-loader": "^2.3.0",
"react-dev-utils": "^3.1.1",
"react-error-overlay": "^1.0.10",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"shelljs": "^0.7.8",
"style-loader": "^0.18.2",
"stylelint-webpack-plugin": "^0.8.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"worker-loader": "^0.8.0"
},
"bin": {
"pixore-front-scripts": "./bin/index.js"
},
"devDependencies": {
"@pixore/eslint-config": "^1.4.0",
"semantic-release": "^6.3.6"
},
"repository": {
"type": "git",
"url": "https://github.com/pixore/front-scripts.git"
}
}