-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
52
53
54
55
{
"name": "ur",
"version": "1.0.0",
"description": "An attempt at creating a web version of the Royal Game of Ur",
"main": "index.js",
"scripts": {
"gulp": "gulp",
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dougwollison/ur.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dougwollison/ur/issues"
},
"homepage": "https://github.com/dougwollison/ur#readme",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"babel-eslint": "^10.0.3",
"browser-sync": "^2.26.7",
"classnames": "^2.2.6",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-better-rollup": "^4.0.1",
"gulp-changed": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"gulp-watch": "^5.0.1",
"preact": "^10.1.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",
"uglify-js": "^3.7.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {}
}