-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "@commandiv/tpt-api",
"version": "1.2.8",
"description": "",
"main": "build/tpt-api.min.js",
"scripts": {
"start": "babel-node index.js",
"build": "WEBPACK_ENV=build webpack",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"flat-file-db": "^1.0.0",
"fs": "^0.0.1-security",
"lodash": "^4.17.4",
"moment": "^2.18.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"dotenv": "^4.0.0",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.0",
"universal-webpack": "^0.3.11",
"webpack": "^3.4.1"
}
}