-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.16 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
73
74
75
76
{
"name": "@ff0000-ad-tech/wp-creative-server",
"publishConfig": {
"access": "public"
},
"version": "4.3.3",
"description": "",
"main": "index.js",
"scripts": {
"watch-backend": "npx nodemon --ignore ./views --ignore ./data --ignore ./data-tmp",
"watch": "webpack --config views/app/webpack.config.js --mode=development --watch",
"server": "NODE_ENV=development DEBUG=* node index.js",
"build": "webpack --config views/app/webpack.config.js --mode=development",
"prod": "webpack --config views/app/webpack.config.js --mode=production",
"pub": "np"
},
"engines": {
"node": ">=9.8.0",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ff0000-ad-tech/wp-creative-server.git"
},
"author": "RED Interactive Agency",
"license": "MIT",
"dependencies": {
"@ff0000-ad-tech/cmd-escape": "^1.0.4",
"@ff0000-ad-tech/debug": "^4.1.0",
"@ff0000-ad-tech/serve-index": "^1.9.5",
"@ff0000-ad-tech/unix-path-literal": "^1.0.2",
"clipboardy": "^1.2.2",
"compression": "^1.7.4",
"express": "^4.17.1",
"is-semver": "^1.0.9",
"lodash": "^4.17.4",
"minimist": "^1.2.5",
"moment": "^2.27.0",
"open": "0.0.5",
"serve-static": "^1.14.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-json-strings": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"ace-builds": "^1.4.12",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"css-loader": "^0.28.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"node-sass": "^5.0.0",
"nodemon": "^2.0.4",
"np": "^2.19.0",
"prettier": "^2.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^5.1.2",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reset-css": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2"
}
}