-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1008 Bytes
/
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
{
"name": "@nod/webpack-config-presets",
"version": "2.0.5-0",
"description": "Reusable and composable webpack presets",
"main": "./build/main.js",
"module": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NOD-studios/nod.git"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NOD-studios/nod#readme",
"bugs": {
"url": "https://github.com/NOD-studios/nod/issues"
},
"scripts": {
"build": "cross-env NODE_ENV=production backpack build",
"test": "react-scripts test"
},
"devDependencies": {
"@nod/debug-with-package-name": "^2.0.5-0",
"backpack-core": "^0.7.0",
"flow-bin": "^0.78.0",
"flow-runtime": "^0.17.0",
"flow-typed": "^2.5.1",
"react-scripts": "^1.1.4",
"webpack": "^3.10.0",
"webpack-dotenv-plugin": "^2.0.2"
},
"dependencies": {
"dotenv-safe": "^4.0.4",
"ramda": "^0.25.0"
},
"eslintIgnore": [
"bin",
"build",
"flow-typed",
"node_modules"
]
}