-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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
{
"name": "artgen",
"version": "0.4.3",
"description": "You see, the deconstruction is inextricable from not only the text, but also the self",
"main": "src/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "webpack --mode production --progress --devtool hidden-source-map",
"dev-build": "webpack --mode development --progress --devtool source-map",
"dev-watch": "webpack --mode development --progress --watch --devtool source-map",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b3nsn0w/artgen2.git"
},
"keywords": [
"art"
],
"author": "Ben Snow <[email protected]>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/b3nsn0w/artgen2/issues"
},
"homepage": "https://github.com/b3nsn0w/artgen2#readme",
"dependencies": {
"babel-core": "^6.26.3",
"murmur-random": "^1.1.0",
"murmurhash": "0.0.2"
},
"devDependencies": {
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
}
}