-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.3 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
{
"name": "newskql",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0",
"moment": "^2.21.0",
"pegjs": "^0.10.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.13.0",
"reactstrap": "next",
"ts-money": "^0.4.4",
"ts-pegjs": "^0.1.13"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"generate:ql": "pegjs --plugin ./node_modules/ts-pegjs -o src/parsing/parsers/ql_parser.ts --extra-options-file src/parsing/grammars/pegconfig.json src/parsing/grammars/ql_grammar.pegts",
"generate:qls": "pegjs --plugin ./node_modules/ts-pegjs -o src/modules/styling/parsing/parsers/qls_parser.ts --extra-options-file src/modules/styling/parsing/grammars/pegconfig.json src/modules/styling/parsing/grammars/qls_grammar.pegts"
},
"devDependencies": {
"@types/jest": "^22.1.1",
"@types/node": "^9.4.1",
"@types/pegjs": "^0.10.0",
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"@types/reactstrap": "5.0.0",
"ava": "^0.25.0",
"babel-preset-react-app": "^3.1.1",
"cross-env": "^5.1.3",
"raw-loader": "^0.5.1",
"typescript": "^2.7.1"
},
"jest": {}
}