-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.79 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
{
"name": "frontful-environment",
"version": "3.0.19",
"private": true,
"description": "Environment abstraction provider for efficient and sustainable Javascript application development",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frontful/frontful-environment.git"
},
"main": "./index.js",
"bin": {
"frontful-environment": "./bin/frontful-environment.js"
},
"scripts": {
"build": "yarn test && babel-preset-frontful build",
"deploy": "yarn test && babel-preset-frontful deploy",
"test": "yarn test:eslint",
"test:eslint": "node ./node_modules/eslint/bin/eslint.js --max-warnings 0 ."
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"autoprefixer": "^9.0.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-frontful": "3.x",
"babel-runtime": "^6.23.0",
"chalk": "^2.0.1",
"compression": "^1.7.0",
"css-loader": "^2.1.0",
"eslint-config-frontful": "3.x",
"file-loader": "^3.0.1",
"find-yarn-workspace-root": "^1.2.1",
"frontful-common": "3.x",
"frontful-config": "3.x",
"frontful-utils": "3.x",
"json-loader": "^0.5.4",
"memory-fs": "^0.4.1",
"mime": "^2.0.3",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.5.2",
"null-loader": "^0.1.1",
"object-path": "^0.11.4",
"pad": "^2.0.1",
"postcss-loader": "^3.0.0",
"require-from-string": "^2.0.1",
"rimraf": "^2.6.1",
"sass-loader": "^7.0.3",
"socket.io": "^2.0.1",
"socket.io-client": "^2.0.1",
"source-map-support": "^0.5.0",
"strip-ansi": "^5.0.0",
"svgo": "^1.0.3",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.0.1",
"webpack": "^4.14.0",
"webpack-node-externals": "^1.5.4"
}
}