-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.34 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
{
"name": "text-ghost",
"version": "1.0.6",
"description": "A JavaScript library providing a simple way to have a watermark style autocompletion.",
"main": "index.js",
"scripts": {
"dev": "ENV=development ./node_modules/.bin/webpack --config webpack.config.js",
"build": "./node_modules/.bin/webpack --config webpack.config.js",
"doc": "jsdoc -p -R README.md -a all -c jsdoc.conf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betaWeb/text-ghost.git"
},
"author": "Cyprien GLEPIN <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/betaWeb/text-ghost/issues"
},
"homepage": "https://github.com/betaWeb/text-ghost#readme",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@pixi/jsdoc-template": "^2.4.2",
"babel-loader": "^8.0.5",
"better-docs": "^1.1.6",
"css-loader": "^2.1.1",
"jsdoc": "^3.6.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2",
"webpack-node-externals": "^1.7.2"
}
}