-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 883 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
{
"name": "partify",
"version": "1.0.0",
"author": "Harry Jarman",
"license": "MIT",
"scripts": {
"start": "yarn build --watch",
"build": "webpack --config webpack.config.babel.js"
},
"dependencies": {
"@types/base-64": "^0.1.2",
"base-64": "^0.1.0",
"express": "^4.16.3",
"query-string": "^6.1.0"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/query-string": "^6.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-env": "^2.4.1",
"babel-loader": "^7.1.5",
"concurrently": "^3.6.1",
"dotenv": "^6.0.0",
"dotenv-webpack": "^1.5.7",
"file-loader": "^1.1.11",
"nodemon": "^1.18.3",
"ts-loader": "^4.4.2",
"typescript": "^3.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.7.2",
"webpack-shell-plugin": "^0.5.0"
}
}