-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "cross",
"version": "1.0.0",
"description": "crossword",
"main": "app.js",
"scripts": {
"build": "rollup --config",
"start": "node app.mjs",
"test": "node ./src/test/test.mjs"
},
"keywords": [
"crossword"
],
"author": "Fani Akritidou",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@rollup/plugin-node-resolve": "^11.2.1",
"core-js": "^3.10.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lit-element": "^2.4.0",
"node-fetch": "^2.6.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-minify-html-literals": "^1.2.6",
"systemjs": "^6.8.3"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.22.0",
"rollup-plugin-terser": "^7.0.2"
}
}