-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 KB
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
{
"name": "dirtytriangles",
"version": "1.0.0",
"description": "Evolve images from random polygons",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jacksonp/dirtytriangles"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack --config ./webpack.production.config.js",
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},
"author": "Jackson Pauls",
"license": "ISC",
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"assets-webpack-plugin": "^3.9.10",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.5.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"rc-slider": "^8.6.9",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.8.4",
"react-redux": "^7.0.2",
"redux-devtools": "^3.5.0",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"base-64": "^0.1.0",
"color-convert": "^2.0.0",
"rc-collapse": "^1.11.1",
"react-icons": "^3.6.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
}
}